vim: use ctrl-c ctrl-v clipboard, not X11 middle click one
This commit is contained in:
parent
9a519e2eb5
commit
420ff8257b
|
@ -37,7 +37,9 @@ set autoindent
|
|||
set history=1000
|
||||
" set cursorline
|
||||
" use system clipboard as default buffer
|
||||
set clipboard=unnamed
|
||||
" unnamedplus corresponds to the + register on Linux,
|
||||
" representing system clipboard (not X11 clipboard)
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" set expandtab
|
||||
set shiftwidth=4
|
||||
|
|
Loading…
Reference in a new issue