From 8748c15351464e67e97e38a422b548724e9111f2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Mar 2025 09:15:14 -0500 Subject: [PATCH] AutoYADM commit: 2025-03-05 09:15:14 --- .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 ca60ec21..ff1ad84a 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -83,7 +83,7 @@ A-i = "select_next_sibling" "A-}" = "rotate_selection_contents_forward" C-f = "jump_forward" -a = "append_mode_same_line" +# a = "append_mode_same_line" tab = "trim_selections" C-k = "signature_help" C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]