diff --git a/helix.toml b/helix.toml index 2f8dd9781b053896a9701c73cad564ed5dd8c7e1..97eb063fc5ac855f52dd646c943c44d4309d9007 100644 --- a/helix.toml +++ b/helix.toml @@ -24,7 +24,7 @@ "A-," = [ "goto_previous_buffer" ] "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" ]