2020-09-19 21:40:14 +08:00

4 lines
89 B
VimL

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