1
0
Fork 0
mirror of synced 2024-06-18 06:41:08 -04:00

remove dupe zmodload

This commit is contained in:
Matt Hamilton 2015-12-16 01:24:31 -05:00
parent f32e763604
commit 1cc0a19e14

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