cd into notes and vimrc command

This commit is contained in:
Noah Masur
2020-08-01 09:46:48 -04:00
parent 213e471769
commit a3026b91ba
3 changed files with 10 additions and 3 deletions

View File

@ -67,6 +67,9 @@ if !isdirectory(&undodir)
call mkdir(&undodir, "p")
endif
" Command to edit vimrc (this file)
command Vimrc edit ~/.config/nvim/init.vim
" Map the leader key
map <Space> <Leader>