diff --git a/helix.toml b/helix.toml index 2523219a9e70ecd0ae290415af4b4ef38fbeb9dd..961aae5e78bc2efb4ab92c9c2c67c005614e07d7 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"]