Change bindkeys
This commit is contained in:
parent
2208396599
commit
b2f4efe7cc
4
.zshrc
4
.zshrc
|
@ -14,8 +14,8 @@ export HISTSIZE=15000 # keep 15,000 lines in memory
|
||||||
export SAVEHIST=10000 # but save only 10,000 of them
|
export SAVEHIST=10000 # but save only 10,000 of them
|
||||||
|
|
||||||
# Bindkeys
|
# Bindkeys
|
||||||
bindkey '^[[A' history-substring-search-up
|
bindkey "$terminfo[kcuu1]" history-substring-search-up
|
||||||
bindkey '^[[B' history-substring-search-down
|
bindkey "$terminfo[kcud1]" history-substring-search-down
|
||||||
|
|
||||||
# VTE
|
# VTE
|
||||||
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
|
||||||
|
|
Loading…
Reference in New Issue