diff --git a/vim/shortcuts.vim b/vim/shortcuts.vim index f3d6f76..45e093a 100644 --- a/vim/shortcuts.vim +++ b/vim/shortcuts.vim @@ -20,6 +20,9 @@ map x :e ~/buffer.md " Toggle paste mode on and off nmap pp :setlocal paste! +" Re-select the text block just pasted +nnoremap vv V`] + " open quickfix nmap cc :botright cope " close quickfix (also see C below)