mirror of
https://git.decapod.one/brethil/dotfiles
synced 2025-01-08 15:06:03 +01:00
vim: add <leader>vv to re-select text after pasting
This commit is contained in:
parent
b2f76856e6
commit
b48649e1d6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user