Helix update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-24 15:37:30 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-24 15:37:30 +0200
Commit e988f5025ef5dc80509ca68a8594aa433451c1d9 (patch)
-rw-r--r-- helix.toml 4
1 files changed, 3 insertions, 1 deletions
diff --git a/helix.toml b/helix.toml
...
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" ]