diff --git a/nvim/init.vim b/nvim/init.vim index 0c65d1c..098b1fe 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -103,6 +103,9 @@ au BufNewFile ~/vimwiki/diary/*.md :silent 0r !~/.config/nvim/generate-vimwiki-d let NERDTreeMapOpenInTab='' +" Insert Date +nnoremap d :put=system('date +%d/%b/%Y') + " Tex let g:vimtex_complete_enabled = 1 let g:livepreview_previewer = 'zathura' @@ -139,6 +142,7 @@ autocmd! User GoyoLeave Limelight! " : completion. inoremap pumvisible() ? "\" : "\" + " Switching windows nnoremap h nnoremap j