We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8e85f commit f48193bCopy full SHA for f48193b
zsh-history-substring-search.zsh
@@ -48,6 +48,7 @@ typeset -g HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
48
typeset -g HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
49
typeset -g HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=''
50
typeset -g HISTORY_SUBSTRING_SEARCH_FUZZY=''
51
+typeset -g HISTORY_SUBSTRING_SEARCH_ANCHORED=''
52
53
#-----------------------------------------------------------------------------
54
# declare internal global variables
0 commit comments