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

Show menu selection options by number

Open ChillarAnand opened this issue 1 week ago • 0 comments

What do you want?

ss

Instead of showing the completions with command number, show commands with starting with number 1.

Why do you want this?

I have to select a lot from the history. Instead of pressing down arrow 5 or 6 times, I want to use karabiner and automate menu selection.

If I press ctrl+5, it will select 5th item.

Who else would benefit from this?

Related issue: https://github.com/marlonrichert/zsh-autocomplete/issues/293

There was a previous issue related to this. A lot of power users will find it useful.

How should it work?

Show completions like this

1 ls
2 hist
3 zsh
...

Given the following situation:

When I perform the following steps: When a new tab is opened

Then I expect the following to happen: completions should start from number 1.

ChillarAnand avatar Jun 25 '24 01:06 ChillarAnand