diff --git a/fnl/personalize.fnl b/fnl/personalize.fnl index c8c7496..285dce3 100644 --- a/fnl/personalize.fnl +++ b/fnl/personalize.fnl @@ -32,17 +32,16 @@ ;(tmap :s ":new term://bash") ;; terminal (nmap :to ":new term://bash|resize 8") - (nmap :tt ":term tuti") (nmap :tg ":term gomuksi") + ;;(nmap :tt ":term tuti") (vim.api.nvim_create_autocmd [:BufWinEnter :WinEnter] {:pattern "term://*" :command "startinsert"}) - ;; gemwiki (nmap :dd - #(vim.cmd (.. "split ~/gemwiki/diary/" - (os.date "%Y%m%d") - ".gmi" + #(vim.cmd (.. "split ~/TDC-Obsidian/Journal/" + (os.date "%Y-%m-%d") + ".md" "|resize 8|$") "Open today's diary")) (nmap :p ":Telescope find_files" "Telescope find_files")