update vimrc
This commit is contained in:
parent
7d281c1e50
commit
cd82f3c248
|
@ -1,2 +1,4 @@
|
||||||
" Allow saving of files as sudo when I forgot to start vim using sudo.
|
" Allow saving of files as sudo when I forgot to start vim using sudo.
|
||||||
cmap w!! w !sudo tee > /dev/null %
|
cmap w!! w !sudo tee > /dev/null %
|
||||||
|
set number relativenumber
|
||||||
|
set cliboard+=unnamedplus
|
||||||
|
|
Loading…
Reference in New Issue