From e0a62b1843511a4bfab205624448bf1f40aad058 Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 17 Oct 2024 16:03:03 +0200 Subject: [PATCH] history substring search --- zsh/.zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 5a63509..f6e4283 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -2,7 +2,9 @@ #plugins source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.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