1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-10-31 18:01:30 +01:00

vim: Add shortcuts to yank/paste to unnamed/unnamedplus clipboards

This commit is contained in:
bretello 2020-04-29 20:35:10 +02:00
parent 7b784f17e5
commit 3b1bb9528d

View File

@ -160,3 +160,8 @@ nmap <leader>A :ALEGoToDefinition<CR>
nmap <leader>n :ALEFindReferences<CR>
nmap <leader>r :ALERename<CR>
" Add shortcuts to yank/paste to unnamed/unnamedplus clipboards
noremap <Leader>y "*y
noremap <Leader>p "*p
noremap <Leader>Y "+y
noremap <Leader>P "+p