zsh-autosuggestions/src/strategies
Eric Freese 63816c5da8 Fix #164: Use fc builtin instead of $history array for lookup
According to a few tests, the `fc` builtin appears to be quite a bit
faster than searching through the `$history` associative array when
dealing with large history files (500K+).
2016-06-10 13:52:24 -06:00
..
default.zsh Fix #164: Use fc builtin instead of $history array for lookup 2016-06-10 13:52:24 -06:00
match_prev_cmd.zsh Document caveats of match_prev_cmd strategy 2016-05-28 21:23:35 +02:00