mark offset

This commit is contained in:
alice pellerin
2026-03-21 01:53:55 -05:00
parent 5716ae804d
commit 1bd5d41123
5 changed files with 62 additions and 32 deletions
+4
View File
@@ -163,6 +163,8 @@ impl Default for Config {
("9".try_into().unwrap(), Action::SplitSelectionsInto9s),
("J".try_into().unwrap(), Action::JumpToSelectedOffset),
("m".try_into().unwrap(), Action::ToggleMark),
].into()),
(Some(PartialAction::Goto), [
("j".try_into().unwrap(), Action::GotoLineStart),
@@ -234,6 +236,8 @@ impl Default for Config {
("9".try_into().unwrap(), Action::SplitSelectionsInto9s),
("J".try_into().unwrap(), Action::JumpToSelectedOffset),
("m".try_into().unwrap(), Action::ToggleMark),
].into()),
(Some(PartialAction::Space), [
("w".try_into().unwrap(), Action::Save),