vimrc: fix indent

This commit is contained in:
Mathieu Maret 2018-07-11 17:33:17 +02:00
parent de271744bc
commit f4e3bce321
1 changed files with 34 additions and 32 deletions

2
.vimrc
View File

@ -412,6 +412,8 @@ else
colorscheme mycolor
endif
cnoremap sudow w !sudo tee % >/dev/null
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
"""""""""""
" NerdTree