From d562acc4c08d43c18f3c85a7f9190a4ceed8046a Mon Sep 17 00:00:00 2001 From: Eric Nielsen Date: Mon, 17 Jul 2017 16:15:51 -0300 Subject: [PATCH] [history-substring-search] Remove redundant defaults for options already defined, with the same values, in `zsh-history-substring-search.zsh`. See https://github.com/zsh-users/zsh-history-substring-search/blob/be0fe1fca94c2eea3c3798de3c36acfcebf16943/zsh-history-substring-search.zsh#L46-L48 Closes #189 --- modules/history-substring-search/init.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/history-substring-search/init.zsh b/modules/history-substring-search/init.zsh index b2a2b71..fc02836 100644 --- a/modules/history-substring-search/init.zsh +++ b/modules/history-substring-search/init.zsh @@ -5,11 +5,6 @@ # source script source ${0:h}/external/zsh-history-substring-search.zsh || return 1 -# set options -HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=magenta,fg=white,bold' -HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold' -HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i' - # bind UP and DOWN keys bindkey "${terminfo[kcuu1]}" history-substring-search-up bindkey "${terminfo[kcud1]}" history-substring-search-down