dotfiles/.config/zsh/conf.d/30-plugin-history-substring-search.zsh
2024-10-29 13:59:15 +01:00

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