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
If I type git commi and use my shortcut for menu-complete, it completes properly the first time. But when repeatedly using it to cycle through the options, it adds the descriptions as well.
Expected Behavior
When cycling using menu-complete or menu-complete-backward it should complete using only the completion not the description.
Steps To Reproduce
configure readline (.inputrc) to have a button activating menu-complete, eg. ("\C-i": menu-complete)
use it to complete git commi
Version
0.30.1
OS
Linux
OSX
Windows
Shell
Bash
Elvish
Fish
Nushell
Oil
Powershell
Xonsh
Zsh
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
If I type
git commi
and use my shortcut for menu-complete, it completes properly the first time. But when repeatedly using it to cycle through the options, it adds the descriptions as well.Expected Behavior
When cycling using menu-complete or menu-complete-backward it should complete using only the completion not the description.
Steps To Reproduce
"\C-i": menu-complete
)git commi
Version
0.30.1
OS
Shell
Anything else?
No response
The text was updated successfully, but these errors were encountered: