organized config files and suggested new naming convention (see settings/README).
This commit is contained in:
3
vim/plugin/settings/yadr-sudo-write.vim
Normal file
3
vim/plugin/settings/yadr-sudo-write.vim
Normal file
@@ -0,0 +1,3 @@
|
||||
" w!! to write a file as sudo
|
||||
" stolen from Steve Losh
|
||||
cmap w!! w !sudo tee % >/dev/null
|
||||
Reference in New Issue
Block a user