I'm getting a really annoying bug here:
% git s<TAB>
becomes
% git sgit s
send-email -- send collection of patches as emails
send-pack -- push objects over git protocol to another repository
...
It just duplicates the command. If I resize the screen, it goes back to normal: git s
How do I fix this?
TERM
environment variable? Which terminal are you using? – Tonitoniagnome-terminal
,TERM=xterm
, andzsh
. If you can't solve this problem use^L
to ask for a terminal re-draw each time it happens. It'll be way faster than resizing the window. – Tonitonia^L
does the trick. But I'd like to fix this stupid bug :( – Camaraderie