flip selections

This commit is contained in:
alice pellerin
2026-03-21 00:30:03 -05:00
parent fdd9ddd6ff
commit 414b545a5c
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -130,6 +130,7 @@ impl Default for Config {
("b".try_into().unwrap(), Action::MovePreviousWordStart),
(";".try_into().unwrap(), Action::CollapseSelection),
("A-;".try_into().unwrap(), Action::FlipSelections),
("x".try_into().unwrap(), Action::ExtendLineBelow),
("X".try_into().unwrap(), Action::ExtendLineAbove),
@@ -191,6 +192,7 @@ impl Default for Config {
("b".try_into().unwrap(), Action::ExtendPreviousWordStart),
(";".try_into().unwrap(), Action::CollapseSelection),
("A-;".try_into().unwrap(), Action::FlipSelections),
("x".try_into().unwrap(), Action::ExtendLineBelow),
("X".try_into().unwrap(), Action::ExtendLineAbove),