diff --git a/.vim/vimrc b/.vim/vimrc index 299cc6b..90955d8 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -530,7 +530,7 @@ command! W execute 'w' | edit! command! WW execute 'silent w !sudo tee % >/dev/null' | edit! command! -nargs=* Make write | make! | cwindow command Note execute 'e ~/Sync/notes/' . strftime('%y-%m-%d-%H:%M:%S') . '.md' -command LocalNote execute 'e ./' . strftime('%y-%m-%d-%H:%M:%S') . '.md' +command NoteLocal execute 'e ./' . strftime('%y-%m-%d-%H:%M:%S') . '.md' " always show full path on nnoremap 1