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/script
Geza Lore 73f774bd5d Add match_prev_cmd strategy.
A new suggestion strategy 'match_prev_cmd' is available. This is a bit
more context aware variaton on the default strategy.
The suggestion will be:
- The newest history entry that matches the current prefix, AND
- Whose preceding history entry also matches the previously executed
command.

See src/strategies/match_prev_cmd.zsh for an example.
9 years ago
..
test-strategy-default.zsh Fix default suggestion strategy and add testing 9 years ago
test-strategy-match-prev-cmd.zsh Add match_prev_cmd strategy. 9 years ago
test.zsh Add test for execute widget 10 years ago