Resolve history-beginning-search issue
This commit is contained in:
parent
d873127923
commit
bf00568488
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue