-
Notifications
You must be signed in to change notification settings - Fork 152
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
"Until" keybinding with send empty menu should trigger next action #603
Labels
Comments
Abdillah
changed the title
"Until" keybinding with empty menu should trigger next action
"Until" keybinding with send empty menu should trigger next action
Jul 14, 2023
Yeah I don't remember the exact order of possible operations and had to look into reedline's source here Lines 855 to 886 in 4f31e20
quick_completion mode
|
Moving over to |
Hello @sholderbach, I found myself understand the snippet you gave and enough confidence to file a pull request. In my test with my config, the navigation become so much easier. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I tried to stack completion_menu and historynextcomplete in until keybinding.
Unfortunately,
send: menu
action doesn't know when the activated menu has no entry. Instead of return as failed, it shows it anyway. In turn, thehistorynextcomplete
doesn't get called that often.How to reproduce
...
cd ~
Expected behavior
The shell instead choose to complete the hint.
Screenshots
Configuration
$ version | transpose key value | to md --pretty
Additional context
No response
The text was updated successfully, but these errors were encountered: