dotar/vim/plugin/settings/yadr-sudo-write.vim

4 lines
89 B
VimL

" w!! to write a file as sudo
" stolen from Steve Losh
cmap w!! w !sudo tee % >/dev/null