From 928ad83ad50582c6882fe4b9641ba15ac06cef2a Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 30 Oct 2022 03:15:53 +0100 Subject: [PATCH] vimrc: LocalNote -> NoteLocal cmd --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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