14 November 2025 @ 11:23 am
Git Bash has the ability to press tab to autocomplete a few things, such as file names, folder names, and a handful of git commands.
Sometimes, I accidentally press enter before pressing tab, which causes my incomplete command to be submitted, and then tab to be pressed as the first character of the next round.
When this happens, Git Bash takes no action for several seconds, sometimes up to 20 seconds. It is certainly still receiving input and not frozen, just not responding to my actions until several seconds later.
When this happens, I try the various different kill commands, to no avail. Here are the ones I tried.
ESC
Ctrl+c
Ctrl+x
Ctrl+y
Ctrl+|
Ctrl+\
Of the above, I sometimes get some luck with Ctrl+. It seems almost timing based, where how quick I press that one makes thing short circuit or something, idk. It's a black box to me.
Here are my 2 questions.
Wh