update vimrc

This commit is contained in:
Xerus 2019-10-08 12:37:21 +02:00
parent 7d281c1e50
commit cd82f3c248
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
set number relativenumber
set cliboard+=unnamedplus