jreed350z
jreed350z

Reputation: 505

Git Bash Inserts Tilde

Does anyone know what could be causing git bash to randomly insert the tilde character in the terminal window.

Also I am not sure if related, but when viewing log files in vim, the help dialog automatically opens in a split window in vim.

Does anyone know what the issue could be? I suspect it could be some sort of keep alive setting, but I have yet to figure this one out.

Upvotes: 7

Views: 4062

Answers (3)

John Griffith
John Griffith

Reputation: 11

caffeine -STES in the shortcut did it for me.

Upvotes: 1

supermitsuba
supermitsuba

Reputation: 196

Same as above answer.

Caffeine was causing it for me.
What I did was add a command argument -useshift and this stopped it completely.

For more command line things: Caffeine command line arguments

Upvotes: 15

jreed350z
jreed350z

Reputation: 505

I finally found the answer to the issue from https://superuser.com/questions/708511/putty-inserts-random-characters-during-a-session I had also just installed Caffeine about a month ago, and that is when the symptoms began! Now that I have it disabled the symptoms above have gone away!

Upvotes: 1

Related Questions