From 524b8b167be7a253a2378e0793320927c31397cd Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 1 May 2026 11:36:02 +0200 Subject: [PATCH] Terminal autosuggestions complete with CTRL-TAB --- config/ghostty/config | 1 + config/zsh/zshrc | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/ghostty/config b/config/ghostty/config index f5527ee..350dc7f 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -3,3 +3,4 @@ macos-titlebar-style = hidden theme = Catppuccin Frappe window-padding-x = 8 window-padding-y = 8 +keybind = ctrl+tab=text:\x1b[9;5u diff --git a/config/zsh/zshrc b/config/zsh/zshrc index e4c70f1..b6cd3d0 100644 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -18,4 +18,6 @@ vterm_prompt_end() { setopt PROMPT_SUBST PROMPT=$PROMPT'%{$(vterm_prompt_end)%}' -export LANG=en_US.UTF-8 \ No newline at end of file +export LANG=en_US.UTF-8 + +bindkey $'\e[9;5u' autosuggest-accept