Terminal autosuggestions complete with CTRL-TAB

This commit is contained in:
Tobias Ostner 2026-05-01 11:36:02 +02:00
parent 2378200371
commit 524b8b167b
2 changed files with 4 additions and 1 deletions

View file

@ -3,3 +3,4 @@ macos-titlebar-style = hidden
theme = Catppuccin Frappe theme = Catppuccin Frappe
window-padding-x = 8 window-padding-x = 8
window-padding-y = 8 window-padding-y = 8
keybind = ctrl+tab=text:\x1b[9;5u

View file

@ -19,3 +19,5 @@ setopt PROMPT_SUBST
PROMPT=$PROMPT'%{$(vterm_prompt_end)%}' PROMPT=$PROMPT'%{$(vterm_prompt_end)%}'
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
bindkey $'\e[9;5u' autosuggest-accept