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

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