mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
cd into notes and vimrc command
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user