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

bretello 2020-12-06 22:21:13 +01:00
parent b2f76856e6
commit b48649e1d6
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)