-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ivy-avy equivalent #16
Comments
I would prefer to have the option to display indices, and then allow keybindings to select a candidate by number (for example, using |
The nice thing about |
Okay -- let's implement the numbered indices as an optional parameter in Selectrum proper, then, and then add some hooks that could be used to implement a more general scheme if somebody comes along who can make a good argument for something more being necessary. |
Let me know how this feature works for you. |
Thanks, it works as expected. |
One thing I've noticed that could maybe be improved is that everything shifts left as you narrow the number of candidates. For example, if there are 1000 candicates, there will be two spaces of padding. Once there are 999, the visible candidates will shift one character left and so forth. It's not terrible, but it's a little jarring. If possible, it might be nice to just keep the initial padding characters in place for the session. |
Reasonable. Let me know what you think. |
Thanks, it works well. |
#479 added functionality similar to |
It's nice to be able to quickly select an entry that is not at the top without further narrowing.
The text was updated successfully, but these errors were encountered: