Alt+Shift+E with character selection in normal mode narrows selection incorrectly
merlindru opened this issue · 0 comments
merlindru commented
With these settings:
"dance.modes": {
"normal": {
"cursorStyle": "block",
"selectionBehavior": "character"
}
}
and the following selection
Lorem <cursor>ipsum dolor sit amet<anchor>
when I press Alt+Shift+E, the anchor moves too:
Lorem ipsum <cursor>dolor sit ame<anchor>t
| |
| |
Correct Moved to left of "t"
Is there any setting I can change to "fix" this behavior?
As always, thanks for building Dance, I have no idea what I would do without this extension