vimrc: fix indent
This commit is contained in:
parent
de271744bc
commit
f4e3bce321
2
.vimrc
2
.vimrc
@ -412,6 +412,8 @@ else
|
|||||||
colorscheme mycolor
|
colorscheme mycolor
|
||||||
endif
|
endif
|
||||||
cnoremap sudow w !sudo tee % >/dev/null
|
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
|
" NerdTree
|
||||||
|
Loading…
Reference in New Issue
Block a user