mirror of
https://github.com/luzifer/vim.git
synced 2024-11-09 16:10:00 +00:00
Do not spam copybuffer with selection but copy on yank
This commit is contained in:
parent
f8a95fbd29
commit
7782216c2a
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -76,7 +76,7 @@ set slm=mouse,key
|
||||||
|
|
||||||
" clipboard - "unnamed" to use the * register like unnamed register
|
" clipboard - "unnamed" to use the * register like unnamed register
|
||||||
"autoselect" to always put selected text on the clipboard
|
"autoselect" to always put selected text on the clipboard
|
||||||
set cb=autoselect ",exclude:cons\\\|linux
|
set cb=unnamed,unnamedplus ",exclude:cons\\\|linux
|
||||||
|
|
||||||
" keymodel - "startsel" and/or "stopsel"; what special keys can do
|
" keymodel - "startsel" and/or "stopsel"; what special keys can do
|
||||||
set km=
|
set km=
|
||||||
|
|
Loading…
Reference in a new issue