updated history search for zsrch and changed zellij quit

This commit is contained in:
2025-03-23 15:09:27 -07:00
parent 914541a39c
commit 1aff2dc4d3
2 changed files with 3 additions and 4 deletions

View File

@@ -105,8 +105,7 @@ if [[ $(uname) == "Darwin" ]]; then
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
elif [[ $(uname) == "Linux" ]]; then
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
bindkey "${terminfo[kcuu1]}" history-search-backward
bindkey "${terminfo[kcud1]}" history-search-forward
fi
bindkey '^[[B' history-search-forward
bindkey '^[[A' history-search-backward