You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh-autosuggestions/src
Eric Freese b87a4972c8 Allow configuring to ignore history entries matching a pattern
Set ZSH_AUTOSUGGEST_HISTORY_IGNORE to a glob pattern to have the history
and match_prev_cmd suggestion strategies never make suggestions matching
that pattern.

For example, set to "cd *" to never suggest any `cd` commands from
history (see issues #340 and #425). Or set to "?(#c50,)" to never
suggest anything 50 characters or longer (see issue #429).
6 years ago
..
strategies Allow configuring to ignore history entries matching a pattern 6 years ago
async.zsh Degrade gracefully on systems missing zsh/system module 6 years ago
bind.zsh Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
config.zsh Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
fetch.zsh Implement completion suggestion strategy (#111) 6 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
start.zsh Implement completion suggestion strategy (#111) 6 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh Fix moving cursor to end of buffer when suggestion accepted 6 years ago