Variable: projectile-cmd-hist-ignoredups
projectile-cmd-hist-ignoredups is an alias and customizable for
projectile-command-history-ignore-duplicates, defined in
projectile.el.
This variable is obsolete since 3.4.0; use
projectile-command-history-ignore-duplicates instead.
Value
t
Documentation
Controls when inputs are added to projectile's command history.
A value of t means consecutive duplicates are ignored.
A value of erase means only the last duplicate is kept.
A value of nil means nothing is ignored.
Aliases
projectile-cmd-hist-ignoredups (obsolete since 3.4.0)