Add history substring search

This commit is contained in:
Matus Namesny
2022-01-13 12:53:54 +01:00
parent e5c66ea869
commit 79836a8756
6 changed files with 964 additions and 0 deletions

8
.zshrc
View File

@@ -73,3 +73,11 @@ source ~/.zsh/ohmyzsh/themes/gentoo.zsh-theme
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
source ~/.zsh/zsh-completions/zsh-completions.plugin.zsh
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source ~/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
# Bindkeys
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
# Set Prompt
setopt promptsubst