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

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