Adds mapping for eding vrc

This commit is contained in:
Jonathan Hodgson 2021-12-28 00:49:13 +00:00
parent daacb168c0
commit aa9e27ea22

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>