add w!! command

This commit is contained in:
Michele Guerini Rocco 2019-06-20 16:31:03 +02:00
parent 6257c4ef15
commit f044d130c5
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -123,6 +123,10 @@ inoremap jj <ESC>
noremap o o<ESC>
noremap O O<ESC>
" save with sudo
cmap w!! w !sudo tee > /dev/null %
""
"" Plugin options
""