1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-31 08:19:25 +00:00

Rename $keyinfo to $key_info for consistency

This commit is contained in:
Sorin Ionescu
2012-04-09 18:40:03 -04:00
parent 1691d44fcc
commit 9e6df0511e
2 changed files with 33 additions and 33 deletions

View File

@ -16,8 +16,8 @@ if ! zstyle -t ':omz:module:history-substring-search' color; then
unset HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_{FOUND,NOT_FOUND}
fi
bindkey -M emacs "$keyinfo[Control]P" history-substring-search-up
bindkey -M emacs "$keyinfo[Control]N" history-substring-search-down
bindkey -M emacs "$key_info[Control]P" history-substring-search-up
bindkey -M emacs "$key_info[Control]N" history-substring-search-down
bindkey -M vicmd "k" history-substring-search-up
bindkey -M vicmd "j" history-substring-search-down