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