fix clipboard sync
This commit is contained in:
parent
cd82f3c248
commit
bb0c2806ae
|
@ -1,4 +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 number relativenumber
|
||||||
set cliboard+=unnamedplus
|
set clipboard+=unnamedplus
|
||||||
|
|
Loading…
Reference in New Issue