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

feature/symbol-search
bretello 2020-04-29 20:35:10 +02:00
parent 7b784f17e5
commit 3b1bb9528d
1 changed files with 5 additions and 0 deletions

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