nvim: actually good clipboard binds
This commit is contained in:
parent
b33d4bea7f
commit
87c4c3352f
@ -30,12 +30,8 @@ let mapleader = ","
|
|||||||
" vnoremap s "-s
|
" vnoremap s "-s
|
||||||
|
|
||||||
" easier binds to use system clipboard with
|
" easier binds to use system clipboard with
|
||||||
nnoremap <leader>cy "+yy
|
nmap <leader>y "+y
|
||||||
vnoremap <leader>cy "+y
|
vmap <leader>y "+y
|
||||||
vnoremap <leader>cd "+d
|
|
||||||
nnoremap <leader>cd "+dd
|
|
||||||
nnoremap <leader>cp "+p
|
|
||||||
nnoremap <leader>cP "+P
|
|
||||||
|
|
||||||
set shell=/bin/sh
|
set shell=/bin/sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user