Re: backword selection behavior is different from vim
text: abcdefg
in normal mode, my block cursor is at "d", i press v, the cursor goes into "I" (single line, not a block) and is before "d", move cursor backwward to before "a", i got "abc" selected
but in vim, i got "abcd" selected
the behavior is bad in viemu as i cannot include g in selection if it start it from g back to a, only "abcdef" is selected