Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match multiple previous commands & more configuration #621

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    afee79e View commit details
    Browse the repository at this point in the history
  2. Add ZSH_AUTOSUGGEST_MATCH_PREV_MAX_CMDS option

    With this the until now hard-coded value of 200 can be configured.
    druckdev committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    7a0c871 View commit details
    Browse the repository at this point in the history
  3. Add ZSH_AUTOSUGGEST_MATCH_NUM_PREV_CMDS option

    With this the number of preceding commands that have to match when using
    the `match_prev_cmd` strategy can be set (and can be multiple now).
    druckdev committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    0d07421 View commit details
    Browse the repository at this point in the history