Adds mapping for eding vrc

This commit is contained in:
Jonathan Hodgson 2021-12-28 00:49:13 +00:00
parent 4f8f58d992
commit f6b014475d

View file

@ -91,3 +91,5 @@ if has('nvim')
else else
cnoremap WW w !sudo tee % > /dev/null cnoremap WW w !sudo tee % > /dev/null
endif endif
nnoremap <leader>ve :edit $HOME/.config/nvim/init.vim<cr>