mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 05:37:36 +00:00
Map pp and po for put and put over in visual mode
This commit is contained in:
parent
faf00ac73e
commit
21bacac7b6
@ -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
|
||||
" ********************************
|
||||
|
Loading…
Reference in New Issue
Block a user