bugfix: don't clear selection on M-arrow
commit83722db5e432ade410e651aaf55538345c5c14ad
authorKartik K. Agaram <vc@akkartik.com>
Sun, 4 Feb 2024 17:31:36 +0000 (4 09:31 -0800)
committerKartik K. Agaram <vc@akkartik.com>
Sun, 4 Feb 2024 17:31:36 +0000 (4 09:31 -0800)
tree41f45a24808d7e394df320f4a7c9f417326cf2e9
parent1d1a829d5b1f89220ebb261d8d01f34652fcd7b2
bugfix: don't clear selection on M-arrow

We now treat all arrow chords as cursor movement.

Many thanks to Ryan Kessler (https://tone.support) for reporting this
issue.
edit.lua