history substring search

This commit is contained in:
andrzej 2024-10-17 16:03:03 +02:00
parent 4207f62b7f
commit e0a62b1843
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
#plugins #plugins
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
bindkey '^[OA' history-substring-search-up
bindkey '^[OB' history-substring-search-down
setopt autocd setopt autocd