4 lines
89 B
VimL
4 lines
89 B
VimL
|
" w!! to write a file as sudo
|
||
|
" stolen from Steve Losh
|
||
|
cmap w!! w !sudo tee % >/dev/null
|