mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-05 17:24: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
|
||||
|
||||
# Bindkeys
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
||||
# bindkey '^[[A' history-substring-search-up
|
||||
# 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