mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Update key bindings for history substring search in .zshrc
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -128,5 +128,7 @@ source ~/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
|
|||||||
setopt promptsubst
|
setopt promptsubst
|
||||||
|
|
||||||
# Bindkeys
|
# Bindkeys
|
||||||
bindkey '^[[A' history-substring-search-up
|
# bindkey '^[[A' history-substring-search-up
|
||||||
bindkey '^[[B' history-substring-search-down
|
# bindkey '^[[B' history-substring-search-down
|
||||||
|
bindkey "$terminfo[kcuu1]" history-substring-search-up
|
||||||
|
bindkey "$terminfo[kcud1]" history-substring-search-down
|
||||||
|
|||||||
Reference in New Issue
Block a user