fix clipboard sync

This commit is contained in:
Xerus 2019-10-10 10:32:33 +02:00
parent cd82f3c248
commit bb0c2806ae
1 changed files with 1 additions and 1 deletions

View File

@ -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