How to disable temporary insertion by menu-complete
?
#252
-
That is, when TAB is pressed, don't modify the prompt until a suggestion is selected? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Sorry for the delay. There was no way to disable the auto completion after the TAB completion. I have decided to add an option for that in commit 1478a04. Now you can update ble.sh by running (outdated)# blerc
bleopt complete_auto_after_complete= Edit (2022-12-09): I have changed the option name and the value: # blerc
bleopt complete_auto_complete_opts=suppress-after-complete Note that, if you are using ble-0.3, you need to switch to 0.4. @DUOLabs333 Could you check if it is what you want? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Based on your feedback, I have newly added another option # blerc
bleopt complete_menu_complete_opts= Could you update ble.sh by running |
Beta Was this translation helpful? Give feedback.
Based on your feedback, I have newly added another option
bleopt complete_menu_complete_opts
in commit 6a21ebb. To turn off the temporary insertion of the selected menu item in the commandline, you can use the following setting:# blerc bleopt complete_menu_complete_opts=
Could you update ble.sh by running
ble-update
and see if it is what you expect? Thank you!