This commit is contained in:
alice pellerin
2026-03-18 03:19:17 -05:00
parent 9d5b2b6dec
commit c503d32b20
3 changed files with 47 additions and 2 deletions
+6
View File
@@ -128,6 +128,9 @@ impl Default for Config {
("b".try_into().unwrap(), Action::MovePreviousWordStart),
(";".try_into().unwrap(), Action::CollapseSelection),
("x".try_into().unwrap(), Action::ExtendLineBelow),
("X".try_into().unwrap(), Action::ExtendLineAbove),
].into()),
(Some(PartialAction::Goto), [
("j".try_into().unwrap(), Action::GotoLineStart),
@@ -165,6 +168,9 @@ impl Default for Config {
// ("b".try_into().unwrap(), Action::ExtendPreviousWordStart),
(";".try_into().unwrap(), Action::CollapseSelection),
("x".try_into().unwrap(), Action::ExtendLineBelow),
("X".try_into().unwrap(), Action::ExtendLineAbove),
].into())
].into())
].into()