5 lines
167 B
Bash
5 lines
167 B
Bash
# Keybindings
|
|
bindkey '^[[A' history-substring-search-up # or '\eOA'
|
|
bindkey '^[[B' history-substring-search-down # or '\eOB'
|
|
|
|
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1 |