From e988f5025ef5dc80509ca68a8594aa433451c1d9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 24 May 2024 15:37:30 +0200 Subject: Helix update --- helix.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'helix.toml') 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 [keys.normal] "esc" = [ "collapse_selection", "keep_primary_selection" ] -"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ] +"D" = [ "ensure_selections_forward", "extend_to_line_end", "delete_selection" ] "C-left" = [ "goto_previous_buffer" ] "C-right" = [ "goto_next_buffer" ] +"C-up" = [ "page_cursor_half_up" ] +"C-down" = [ "page_cursor_half_down" ] -- cgit v1.2.3