Fix error in leader-paste vim binding

This commit is contained in:
Talia 2021-02-03 12:45:35 +01:00
parent 7cdc513592
commit ffdacc0ac0
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
onoremap al :<C-U>normal! 0vg$h<CR>
onoremap il :<C-U>normal! ^vg_<CR>
vnoremap <leader>p :""s+
vnoremap <leader>p ""s<C-R>+<esc>
map S :shell<CR>