Open F8RZD opened 3 months ago
I have also remapped "J" instead of "shift-j"
and nothing changed
@F8RZD Unfortunately the editor::
commands are not vim count aware (and neither is workspace::SendKeystrokes
).
Not clear the right way to fix it, but it would be nice to make it work.
It's implementation would be a great enhancement to vim mode
Check for existing issues
Describe the feature
I use vim mode and have the below keybinding
this lets me to use shift-j and shift-k to move lines of code up and down
but if I want to move them 3 lines up I would expect to use
3shift-k
but it only moves 1 positionexpected behavior:
selected lines 3 positions up