Skip to content

Commit

Permalink
history-substring-search: fuzzy multi-word search
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed May 16, 2017
1 parent 2577015 commit cc4b5ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zsh/bundle/zsh-history-substring-search.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
HISTORY_SUBSTRING_SEARCH_FUZZY=1

if test "$TERM" != linux; then
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='fg=yellow,bold,standout'
HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='fg=red,bold,standout'
Expand Down

0 comments on commit cc4b5ac

Please sign in to comment.