aboutsummaryrefslogtreecommitdiff
path: root/helix.toml
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-24 15:37:30 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-24 15:37:30 +0200
commite988f5025ef5dc80509ca68a8594aa433451c1d9 (patch)
tree14f021e3cc0255898f12a8dd514a6cd4beeab77b /helix.toml
parente3bf543bccc9bdbefe35b7e9e61d466bc2209fd1 (diff)
downloaddotfiles-e988f5025ef5dc80509ca68a8594aa433451c1d9.tar.gz
Helix update
Diffstat (limited to 'helix.toml')
-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" ]