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
Currently, if
autocomplete_use_history_with_matchesis 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: