From df266469e0fba4164b6b069bcd495e9a23d4f5d3 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 28 Dec 2023 00:13:32 +0100 Subject: Added D to delete to the end of the line --- helix.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'helix.toml') diff --git a/helix.toml b/helix.toml index e22970d..2523219 100644 --- a/helix.toml +++ b/helix.toml @@ -8,6 +8,7 @@ scrolloff = 10 idle-timeout = 1000 mouse = false middle-click-paste = true +rulers = [80, 120] [editor.cursor-shape] insert = "bar" @@ -21,6 +22,7 @@ auto-signature-help = false "esc" = [ "collapse_selection", "keep_primary_selection" ] "{" = [ "goto_prev_paragraph" ] "}" = [ "goto_next_paragraph" ] +"D" = ["ensure_selections_forward", "extend_to_line_end", "delete_selection"] [keys.select] "{" = [ "goto_prev_paragraph" ] -- cgit v1.2.3