[nvim] Delete without copy
This commit is contained in:
committed by
Fabian Ising
parent
84bfcd0297
commit
a8330549a8
@@ -120,6 +120,13 @@ call submode#map('grow/shrink', 'n', '', '>', '<C-w>>')
|
||||
set splitbelow
|
||||
set splitright
|
||||
|
||||
" Delete without copying
|
||||
nnoremap <leader>d "_d
|
||||
xnoremap <leader>d "_d
|
||||
nnoremap <leader>x "_x
|
||||
xnoremap <leader>x "_x
|
||||
xnoremap <leader>p "_dP
|
||||
|
||||
"disable submode timeouts:
|
||||
let g:submode_timeout = 0
|
||||
" don't consume submode-leaving key
|
||||
|
||||
Reference in New Issue
Block a user