chore(zsh): Improve substring history search

This commit is contained in:
Olaf Alexander 2024-10-27 19:46:41 -05:00
parent d607b9fa15
commit b50deb52cc

View File

@ -12,6 +12,8 @@ zinit cdreplay -q
# Keybinding
bindkey -e
bindkey '^p' history-search-backward
bindkey '^n' history-search-forward
# History
HISTSIZE=5000