From 2614b10dcfaae09d120c39933b0b76e6cb3b2e1e Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 28 Dec 2023 02:55:31 +0100 Subject: Updated helix config --- helix.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix.toml') diff --git a/helix.toml b/helix.toml index 961aae5..2f8dd97 100644 --- a/helix.toml +++ b/helix.toml @@ -24,7 +24,7 @@ auto-signature-help = false "A-." = [ "goto_next_buffer" ] "{" = [ "goto_prev_paragraph" ] "}" = [ "goto_next_paragraph" ] -"D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] +"D" = ["ensure_selections_forward", "extend_to_line_end", "change_selection"] [keys.select] "{" = [ "goto_prev_paragraph" ] -- cgit v1.2.3