2015-12-15 00:12:17 -05:00
|
|
|
#
|
2018-04-24 10:04:44 -04:00
|
|
|
# Enable searching history with substrings
|
2015-12-15 00:12:17 -05:00
|
|
|
#
|
|
|
|
|
2018-04-24 10:04:44 -04:00
|
|
|
# Source script
|
2015-12-15 00:12:17 -05:00
|
|
|
source ${0:h}/external/zsh-history-substring-search.zsh || return 1
|
|
|
|
|
2018-04-24 10:04:44 -04:00
|
|
|
# Bind up and down keys
|
|
|
|
zmodload -F zsh/terminfo +p:terminfo
|
2015-12-19 09:48:29 -05:00
|
|
|
bindkey "${terminfo[kcuu1]}" history-substring-search-up
|
|
|
|
bindkey "${terminfo[kcud1]}" history-substring-search-down
|