diff --git a/.vimrc b/.vimrc index 8716728..06ba4d9 100644 --- a/.vimrc +++ b/.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 v V`]