You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm always frustrated when I need to select a choice on the bottom of the list, because I press [PageDown] and it has no effect. I also try to press / (like in vi) and start typing for the selected item, which also does not work. Just typing also has no effect. It looks like the only supported input us [ArrowUp], [ArrowDown], and [Return]
Describe the solution
I would like to just start typing and either get pointed directly to the closest match, or everything else is filtered out fuzy style. Or Other means to navigate the list quickly, like [PageDown], [Home], [End] etc.
Alternatives considered
No response
The text was updated successfully, but these errors were encountered:
@kiancross could we get this included in a new tag and pushed to pypi please?
Additionally, other commits like support for python 3.12 would be greatly appreaciated :)
Describe the problem
I'm always frustrated when I need to select a choice on the bottom of the list, because I press
[PageDown]
and it has no effect. I also try to press/
(like in vi) and start typing for the selected item, which also does not work. Just typing also has no effect. It looks like the only supported input us[ArrowUp]
,[ArrowDown]
, and[Return]
Describe the solution
I would like to just start typing and either get pointed directly to the closest match, or everything else is filtered out fuzy style. Or Other means to navigate the list quickly, like
[PageDown]
,[Home]
,[End]
etc.Alternatives considered
No response
The text was updated successfully, but these errors were encountered: