aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helix.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/helix.toml b/helix.toml
index 52c81c6..e2c7eb1 100644
--- a/helix.toml
+++ b/helix.toml
@@ -19,6 +19,8 @@ auto-signature-help = false
19 19
20[keys.normal] 20[keys.normal]
21"esc" = [ "collapse_selection", "keep_primary_selection" ] 21"esc" = [ "collapse_selection", "keep_primary_selection" ]
22"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ] 22"D" = [ "ensure_selections_forward", "extend_to_line_end", "delete_selection" ]
23"C-left" = [ "goto_previous_buffer" ] 23"C-left" = [ "goto_previous_buffer" ]
24"C-right" = [ "goto_next_buffer" ] 24"C-right" = [ "goto_next_buffer" ]
25"C-up" = [ "page_cursor_half_up" ]
26"C-down" = [ "page_cursor_half_down" ]