From 93cb2fcff736c19c46facb5eacb62c7dc08666c6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sun, 23 Feb 2025 20:15:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-23 20:15:07 --- .config/helix/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/helix/config.toml b/.config/helix/config.toml index 658630ba..82b5ce5e 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -89,7 +89,7 @@ C-n = "jump_view_down" C-e = "jump_view_up" C-i = "jump_view_right" X = "extend_line_above" -A-x = "toggle_line_select" +# A-x = "toggle_line_select" D = "kill_to_line_end" A-d = "kill_to_line_start"