2024-10-29 13:59:15 +01:00
|
|
|
# Keybindings
|
2024-10-28 18:31:52 +01:00
|
|
|
bindkey '^[[A' history-substring-search-up # or '\eOA'
|
|
|
|
bindkey '^[[B' history-substring-search-down # or '\eOB'
|
2024-10-29 13:59:15 +01:00
|
|
|
|
2024-10-28 18:31:52 +01:00
|
|
|
HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=1
|