diff --git a/vim/plugin/shame.vim b/vim/plugin/shame.vim index 177e8a5..3866c90 100644 --- a/vim/plugin/shame.vim +++ b/vim/plugin/shame.vim @@ -504,10 +504,10 @@ command! -nargs=? Tempfile exec 'new '.tempname() | set filetype= | au Bu " │ └──────────────────────┴─┤ " └──────────────────────────┘ -onoremap al :normal! 0vg_ +onoremap al :normal! 0vg$h onoremap il :normal! ^vg_ -nnoremap val 0vg_ +nnoremap val 0vg$h nnoremap vil ^vg_ " --- ! as in ranger ---