-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
how to change the style of the filtered prefix in the autocomplete menu? #519
Comments
here's my theme:
|
while looking at my theme I noticed that all the |
ble.sh doesn't provide the configuration interface for this.
Unless it doesn't have a functional issue, I'd call it a preference. As I've explained in #518 (comment), I'm reluctant to add an option for every preference. If you want to adjust the behavior, you can modify ble.sh. The code that boldfaces the matching part is contained in the shell function
The faces
Yes, it's documented. |
If there are other reasons I might implement it (e.g. if other shells have a similar configuration). Hmm, Fish's |
It's not that I want to make it pretty, it's that it's difficult to read, I have to squint. In my case it's filenames with unix timestamps in them, so a long string of numbers with a common prefix. I have to look at the files in the autocomplete menu, find the border between "already typed" and "not typed yet", and then find out which file is newer by comparing the first number to the right of said border. |
GNU readline colors this prefix when |
That seems to imply that the boldface in your terminal is always difficult to distinguish from the normal font width, and thus it seems an issue with the terminal font setting.
The information in the link seems to be old. Bash >= 5.2 has the |
Since fish and readline seem to support something, I'll add something, but it may take time. I'm busy. |
it's shown as bold, but I'd like it to pop a bit more. Looking around
ble-face
I saw that there is a highlight on the input line calledmenu_filter_input
, and I saw thatmenu_filter_fixed
was equal tobold
. But then I changedmenu_filter_fixed
and nothing happened. No other style inble-face
usesbold
.The text was updated successfully, but these errors were encountered: