Disable clipboard to vim buffer
This commit is contained in:
parent
7ff561fb87
commit
af94502318
2
vimrc
2
vimrc
|
@ -51,7 +51,7 @@ set laststatus=2
|
||||||
set showmatch
|
set showmatch
|
||||||
set incsearch
|
set incsearch
|
||||||
set dictionary+=/usr/share/dict/words
|
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 number
|
||||||
set hlsearch
|
set hlsearch
|
||||||
" make searches case-sensitive only if they contain upper-case characters
|
" make searches case-sensitive only if they contain upper-case characters
|
||||||
|
|
Loading…
Reference in New Issue
Block a user