remove dupe zmodload

This commit is contained in:
Matt Hamilton 2015-12-16 01:24:31 -05:00
parent f32e763604
commit 1cc0a19e14
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
# bind UP and DOWN keys
zmodload zsh/terminfo
bindkey "$terminfo[kcuu1]" history-substring-search-up
bindkey "$terminfo[kcud1]" history-substring-search-down