Map pp and po for put and put over in visual mode

This commit is contained in:
ViViDboarder 2014-03-04 10:53:29 -08:00
parent faf00ac73e
commit 21bacac7b6
1 changed files with 4 additions and 0 deletions

View File

@ -255,6 +255,10 @@ nmap <silent> <leader>cs :nohlsearch<CR>
" Code fold
nmap <leader>cf va{<ESC>zf%<ESC>:nohlsearch<CR>
" Paste over
vnoremap pp p
vnoremap po "_dP
" ********************************
" PLUGIN SETTINGS
" ********************************