dotfiles/.config/nvim/init.vim

3 lines
106 B
VimL
Raw Normal View History

2019-09-13 16:56:53 +00:00
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %