zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Can I scroll through the suggestion history?
trafficstars
A lot of times there are multiple suggestions that might map to a single tool. For instance, consider the following:
git checkout mybranch
git checkout mybranch2
Now when I type git, the auto-suggested command will be git checkout mybranch2. Is there a way I can scroll through the history to pick a different command?
Could be a duplicate of #303 but that solution doesn't work for me.
@SaimM95 and @gitgt maybe this will help? #677 and use bindkey like described here : https://github.com/zsh-users/zsh-autosuggestions/issues/646#issuecomment-1011417964