zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Can I scroll through the suggestion history?

Open SaimM95 opened this issue 3 years ago • 2 comments
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?

SaimM95 avatar Mar 29 '22 15:03 SaimM95

Could be a duplicate of #303 but that solution doesn't work for me.

timur-g avatar Apr 01 '22 10:04 timur-g

@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

salkin-mada avatar Feb 27 '23 19:02 salkin-mada