Skip to content

Option to only complete with history when pressing up #52

@andersmmg

Description

@andersmmg

Currently, if autocomplete_use_history_with_matches is enabled it uses the history for autocomplete matches when you press tab, even if they were invalid which can be annoying.
How I'd like it to be able to work:

  • Press up when box is empty to cycle all history
  • Press up when box is not empty, and it will cycle autocompleting from history entries that start with the same
  • Press tab to only cycle autocomplete from the normal source, no history

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions