ble.sh: [user DSR(6)] Tab completion causes initial characters to appear duplicated
ble version: GNU bash, version 5.1.8(1)-release (x86_64-unknown-linux-gnu) Bash version: ble.sh, version 0.4.0-devel3+b663cee (noarch)
From the gif, you can see that as I attempt to tab complete options, the vim
part of the command gets duplicated, but doesn’t appear to do anything (I can backspace over it, it seems to have overwritten the original location). Do note that this happens with other commands besides the ones I showed here. It seems to me the first four characters of whatever command I’m typing gets duplicated. I’m not sure of this is because of my prompt or I simply need to adjust a setting somewhere.
Any help is greatly appreciated!
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 25 (14 by maintainers)
Sorry for the delay.
Thank you! I appreciate it!
I have added a new option
bleopt prompt_ruler
in commit 05cf638. Now, you can put the following line in.blerc
for the empty lines between prompts.Actually the settings I suggested reference the internal variables of
ble.sh
, such as_ble_edit_lineno
, and also rely on other implementation details ofble.sh
, I wanted to make it a part ofble.sh
for cleaner implementation.Thank you! I will later try these settings!