remove primary selection

This commit is contained in:
alice pellerin
2026-03-21 00:26:18 -05:00
parent e0b3bbe052
commit fdd9ddd6ff
2 changed files with 18 additions and 0 deletions
+2
View File
@@ -148,6 +148,7 @@ impl Default for Config {
(")".try_into().unwrap(), Action::RotateSelectionsForward),
(",".try_into().unwrap(), Action::KeepPrimarySelection),
("A-,".try_into().unwrap(), Action::RemovePrimarySelection),
].into()),
(Some(PartialAction::Goto), [
("j".try_into().unwrap(), Action::GotoLineStart),
@@ -205,6 +206,7 @@ impl Default for Config {
(")".try_into().unwrap(), Action::RotateSelectionsForward),
(",".try_into().unwrap(), Action::KeepPrimarySelection),
("A-,".try_into().unwrap(), Action::RemovePrimarySelection),
].into()),
(Some(PartialAction::Space), [
("w".try_into().unwrap(), Action::Save),