Disable clipboard to vim buffer

This commit is contained in:
Michael Campagnaro 2015-11-29 16:24:53 -05:00
parent 7ff561fb87
commit af94502318

2
vimrc
View File

@ -51,7 +51,7 @@ set laststatus=2
set showmatch
set incsearch
set dictionary+=/usr/share/dict/words
set clipboard=unnamed " yank and paste with the system clipboard
"set clipboard=unnamed " yank and paste with the system clipboard
set number
set hlsearch
" make searches case-sensitive only if they contain upper-case characters