nvim: actually good clipboard binds

This commit is contained in:
dogeystamp 2023-07-08 16:56:22 -04:00
parent b33d4bea7f
commit 87c4c3352f
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -30,12 +30,8 @@ let mapleader = ","
" vnoremap s "-s
" easier binds to use system clipboard with
nnoremap <leader>cy "+yy
vnoremap <leader>cy "+y
vnoremap <leader>cd "+d
nnoremap <leader>cd "+dd
nnoremap <leader>cp "+p
nnoremap <leader>cP "+P
nmap <leader>y "+y
vmap <leader>y "+y
set shell=/bin/sh