mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-10 06:14:12 +00:00
*plugin.zsh: Default highlight: bg=17 – if $termcap[Co] == 256
This commit is contained in:
parent
13e21cd4d6
commit
32750b665e
1 changed files with 1 additions and 0 deletions
|
@ -15,4 +15,5 @@ zle -N history-search-multi-word
|
|||
zle -N history-search-multi-word-backwards history-search-multi-word
|
||||
zle -N history-search-multi-word-pbackwards history-search-multi-word
|
||||
zle -N history-search-multi-word-pforwards history-search-multi-word
|
||||
[[ "${+termcap[Co]}" = 1 && "${termcap[Co]}" = "256" ]] && zstyle ":history-search-multi-word" highlight-color "bg=17"
|
||||
bindkey "^R" history-search-multi-word
|
||||
|
|
Loading…
Reference in a new issue