4 lines
197 B
Bash
4 lines
197 B
Bash
# zsh-history-substring-search configuration
|
|
bindkey '^[[A' history-substring-search-up # or '\eOA'
|
|
bindkey '^[[B' history-substring-search-down # or '\eOB'
|
|
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1 |