next/previous buffer

This commit is contained in:
alice pellerin
2026-03-19 04:02:06 -05:00
parent 4f61f2fb93
commit 5908895ef9
4 changed files with 42 additions and 1 deletions
+3
View File
@@ -138,6 +138,9 @@ impl Default for Config {
("u".try_into().unwrap(), Action::Undo),
("U".try_into().unwrap(), Action::Redo),
("C-j".try_into().unwrap(), Action::PreviousBuffer),
("C-l".try_into().unwrap(), Action::NextBuffer),
].into()),
(Some(PartialAction::Goto), [
("j".try_into().unwrap(), Action::GotoLineStart),