chore(zsh): Improve substring history search
This commit is contained in:
parent
d607b9fa15
commit
b50deb52cc
@ -12,6 +12,8 @@ zinit cdreplay -q
|
||||
|
||||
# Keybinding
|
||||
bindkey -e
|
||||
bindkey '^p' history-search-backward
|
||||
bindkey '^n' history-search-forward
|
||||
|
||||
# History
|
||||
HISTSIZE=5000
|
||||
|
Loading…
Reference in New Issue
Block a user