vim: add <leader>vv to re-select text after pasting

feature/symbol-search
bretello 2020-12-06 22:21:13 +01:00
parent 0b68731e97
commit c37017f80e
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ map <leader>x :e ~/buffer.md<CR>
" Toggle paste mode on and off
nmap <leader>pp :setlocal paste!<CR>
" Re-select the text block just pasted
nnoremap <Leader>vv V`]
" open quickfix
nmap <leader>cc :botright cope<CR>
" close quickfix (also see <leader>C below)