Fix some small things with gvim

disable clipboard=unnamed on gvim
This commit is contained in:
Andrea Mistrali 2016-09-15 09:58:10 +02:00
parent 66171b1332
commit 693c33d958
1 changed files with 2 additions and 1 deletions

3
gvimrc
View File

@ -24,6 +24,7 @@ set showtabline=2
set guitablabel=%!GuiTabLabel()
set guitabtooltip=%!GuiTabToolTip()
set background=dark
set cpoptions=+$
set guioptions-=T
@ -45,7 +46,7 @@ colorscheme Tomorrow-Night-Eighties
" Line/block move up/down
if (has('mac') || has('macunix'))
set clipboard=unnamed
" set clipboard=unnamedplus
nnoremap <M-Up> :m .-2<CR>==
nnoremap <M-Down> :m .+1<CR>==