add delete to system register to vim config

This commit is contained in:
LordMZTE 2021-01-15 17:54:18 +01:00
parent a460a11b40
commit 9c13cbf506

View file

@ -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)