From 89e1943fafd4f3bccaa544f60f36c4f2f6e11d3e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 19 Feb 2025 03:30:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-19 03:30:07 --- .config/helix/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index e5e9d576..16a32d44 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -85,6 +85,8 @@ C-e = "jump_view_up" C-i = "jump_view_right" X = "extend_line_above" A-x = "toggle_line_select" +D = "kill_to_line_end" +A-d = "kill_to_line_start" [keys.normal."["] x = "extend_line_above"