From bf00568488404bb3ef81b942152b53efb28de6ce Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 4 May 2023 22:01:46 -0500 Subject: [PATCH] Resolve history-beginning-search issue --- config/home-manager/home.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/config/home-manager/home.nix b/config/home-manager/home.nix index 832d804..87c4275 100644 --- a/config/home-manager/home.nix +++ b/config/home-manager/home.nix @@ -94,12 +94,9 @@ programs.zsh.initExtra = '' source $HOME/.p10k.zsh - # We manually include zsh-history-substring-search. - autoload -U history-search - zle -N history-beginning-search-backward history-search - zle -N history-beginning-search-forward history-search - bindkey '^[[A' history-beginning-search-backward - bindkey '^[[B' history-beginning-search-forward + # History search, but from beginning + bindkey "^[[A" history-beginning-search-backward + bindkey "^[[B" history-beginning-search-forward ''; # This value determines the Home Manager release that your