nvim: change clipboard binds

This commit is contained in:
dogeystamp 2023-07-27 14:20:42 -04:00
parent df3c67bf7b
commit d9afec4380
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -36,8 +36,10 @@ let mapleader = ","
" easier binds to use system clipboard with
nmap <leader>y "+y
vmap <leader>y "+y
nmap <leader>c "+c
vmap <leader>c "+c
" <leader>d is for debugging
" and nobody uses clipboard c amirite or amirite
nmap <leader>c "+d
vmap <leader>c "+d
set shell=/bin/sh