Add system clipboard as default buffer
This commit is contained in:
parent
f10c9ff7bb
commit
a64d5fad74
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -27,6 +27,9 @@ set incsearch
|
||||||
" Show commands as you type them
|
" Show commands as you type them
|
||||||
set showcmd
|
set showcmd
|
||||||
|
|
||||||
|
" Set default buffer to system clipboard
|
||||||
|
set clipboard=unnamedplus
|
||||||
|
|
||||||
" Move lines up/down using arrow keys
|
" Move lines up/down using arrow keys
|
||||||
nmap <Down> ddp
|
nmap <Down> ddp
|
||||||
nmap <Up> ddkP
|
nmap <Up> ddkP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue