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"]