mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 13:02:58 +01:00
add delete to system register to vim config
This commit is contained in:
parent
a460a11b40
commit
9c13cbf506
1 changed files with 3 additions and 0 deletions
|
@ -57,8 +57,11 @@ nnoremap <C-Down> 5j
|
|||
" quick pasting/yoinking to system register
|
||||
nnoremap +y "+y
|
||||
nnoremap +p "+p
|
||||
nnoremap +d "+d
|
||||
|
||||
nnoremap *y "*y
|
||||
nnoremap *p "*p
|
||||
nnoremap *d "*d
|
||||
|
||||
" GoTo code navigation.
|
||||
nmap <silent> gd <Plug>(coc-definition)
|
||||
|
|
Loading…
Reference in a new issue