From 83e8a81b38646a91e5c7b4291309fc832f18d34d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 28 Dec 2023 02:50:52 +0100 Subject: Added nbuffer navigation shortcuts in normal mode --- helix.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix.toml') diff --git a/helix.toml b/helix.toml index 2523219..961aae5 100644 --- a/helix.toml +++ b/helix.toml @@ -20,6 +20,8 @@ auto-signature-help = false [keys.normal] "esc" = [ "collapse_selection", "keep_primary_selection" ] +"A-," = [ "goto_previous_buffer" ] +"A-." = [ "goto_next_buffer" ] "{" = [ "goto_prev_paragraph" ] "}" = [ "goto_next_paragraph" ] "D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] -- cgit v1.2.3