You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, if you try to fire up Git-Bash and try to scroll through history (holding Up/Down for a while) and then start typing, you'll frequently see it gets messed up pretty fast: keypresses will appear to get eaten and then spit out suddenly, Ctrl+C will start appearing as ^C instead of interrupting the prompt, etc.
This happens on every recent version that I've tried; it's not a recent issue. Took me a while to track down the cause, but it turned out to be set bell-style visible in /etc/inputrc.
This may well be a bug in MinTTY itself, but either way, I would consider just avoiding that option regardless. Maybe just set it to none instead of visible.