Comment the names of keys for history-substring-search

This commit is contained in:
Adam Goldsmith 2017-09-02 13:47:07 -04:00
parent c848352c1f
commit b2fab31e42
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -53,7 +53,7 @@ then
fi
# History Substring Search bindings
# History Substring Search bindings (PageUp and PageDown)
bindkey '^[[5~' history-substring-search-up
bindkey '^[[6~' history-substring-search-down