diff --git a/.vim/vimrc b/.vim/vimrc index 09d34b7..fa89deb 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -420,6 +420,8 @@ 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' +" always show full path on +nnoremap 1 " open a terminal in $PWD nnoremap tt :terminal " terminal normal mode