Replies: 3 comments 21 replies
-
Another small thing, the menucomplete gives a visual alert when menucomplete page changes on the top right as shown in the below image. Is it possible to customise its position and behaviour? If so how? |
Beta Was this translation helpful? Give feedback.
-
Another annoyance, the sudo command doesn't provide proper completions, pressing tab after And also tab after @akinomyoga Sorry for the ping, but please help me configure this annoyances. |
Beta Was this translation helpful? Give feedback.
-
Somehow, I missed this discussion.
I assume you use the latest version of # blerc
_comp_cmd_reboot() {
_comp_complete_minimal "$@"
compopt +o ble/default # disable ble.sh's default completion
compopt +o bashdefault # disable Bash's default completion
compopt +o default # disable Readline's default completion
}
complete -F _comp_cmd_reboot reboot |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently completions return the path completions by default when there are no possible completions available (excluding flags) as shown in the below image
How do i disable this behaviour and stop completions in this case (or just complete the flags if - is passed as current input word)?
Beta Was this translation helpful? Give feedback.
All reactions