dotfiles/.config/zsh/conf.d/30-plugin-history-substring-search.zsh

5 lines
167 B
Bash
Raw Normal View History

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