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:
parent
7b784f17e5
commit
3b1bb9528d
|
@ -160,3 +160,8 @@ nmap <leader>A :ALEGoToDefinition<CR>
|
||||||
nmap <leader>n :ALEFindReferences<CR>
|
nmap <leader>n :ALEFindReferences<CR>
|
||||||
nmap <leader>r :ALERename<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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user