Fix error in leader-paste vim binding
This commit is contained in:
parent
7cdc513592
commit
ffdacc0ac0
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype=<args> | au Bu
|
||||||
onoremap al :<C-U>normal! 0vg$h<CR>
|
onoremap al :<C-U>normal! 0vg$h<CR>
|
||||||
onoremap il :<C-U>normal! ^vg_<CR>
|
onoremap il :<C-U>normal! ^vg_<CR>
|
||||||
|
|
||||||
vnoremap <leader>p :""s+
|
vnoremap <leader>p ""s<C-R>+<esc>
|
||||||
|
|
||||||
map S :shell<CR>
|
map S :shell<CR>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue