From 3df0c6d82d13bbcf0229de350f4f66787dc46eb5 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 28 Dec 2023 03:29:29 +0100 Subject: Cleanup --- helix.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix.toml b/helix.toml index 2f8dd97..97eb063 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", "change_selection"] +"D" = [ "ensure_selections_forward", "extend_to_line_end", "change_selection" ] [keys.select] "{" = [ "goto_prev_paragraph" ] -- cgit v1.2.3