diff --git a/.config/helix/config.toml b/.config/helix/config.toml index a7475127..1fc3f95b 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -76,6 +76,7 @@ A-i = "select_next_sibling" "A-{" = "rotate_selection_contents_backward" "A-}" = "rotate_selection_contents_forward" +a = "append_mode_same_line" tab = "trim_selections" C-k = "signature_help" C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]