I'm using oh-my-zsh in Arch linux with the robbyrussell theme loaded. When I try to tab complete I end up with remnant characters appended to the prompt. If I delete the auto-completed characters, the remnant characters do not delete.
For example, if I type in:
~ /etc
then tab, it turns to
~ /e/etc/
with a list of options below. Even if I delete /etc/
, the /e
remains and I'm stuck with:
~ /e
I can't delete the /e
. I have to execute a command to get rid of the remnant character.
Any idea what is going on here?