vimrc: LocalNote -> NoteLocal cmd
This commit is contained in:
parent
83cd8a1a55
commit
928ad83ad5
@ -530,7 +530,7 @@ command! W execute 'w' | edit!
|
||||
command! WW execute 'silent w !sudo tee % >/dev/null' | edit!
|
||||
command! -nargs=* Make write | make! <args> | 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 <c-g>
|
||||
nnoremap <c-g> 1<c-g>
|
||||
|
Loading…
Reference in New Issue
Block a user