nvim: use tab for system clipboard binds

This commit is contained in:
dogeystamp 2024-04-05 12:18:17 -04:00
parent 166437f644
commit b1709910dc
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

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