sudow command in vimrc.

This commit is contained in:
David Tomaschik
2014-03-20 20:41:54 -07:00
parent 366f99aef7
commit 01dab7312f

2
vimrc
View File

@@ -26,3 +26,5 @@ set number
set shiftround set shiftround
" Text width 80 " Text width 80
set textwidth=80 set textwidth=80
" Write via sudo
cnoremap sudow w !sudo tee % >/dev/null