Use w!! to sudo write; Fixed up README file for comma leader

This commit is contained in:
yan
2012-01-20 18:46:57 -08:00
parent c205313b25
commit 413f989dd5
2 changed files with 13 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
" w!! to write a file as sudo
" stolen from Steve Losh
cmap w!! w !sudo tee % >/dev/null