xx will delete the line without copying it into the default register
This commit is contained in:
parent
b6c5a1da7c
commit
ab008ec575
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
|
@ -40,6 +40,9 @@ set cursorline
|
|||
|
||||
let mapleader = "," " leader key is comma
|
||||
|
||||
" xx will delete the line without copying it into the default register
|
||||
nnoremap xx "_dd
|
||||
|
||||
" ,v will reselect the text that was just pasted
|
||||
nnoremap <leader>v V`]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue