[quote=“bikerdan”]Ok guys. I’ve found the issue. It’s a problem with a plugin. GitGutter. If you’re having this problem, there is a good chance you’re using this plugin. If you disable all of the live update stuff in the plugins config, the problem goes away. Here are my settings after fixing the issue.
“git_binary”: “”,
“live_mode”: false,
“focus_change_mode”: false,
“non_blocking”: true,
“ignore_whitespace”: “none”,
“show_markers_on_untracked_file”: true,
“patience”: true
I hope this helps all of you who were suffering with the same issue. It really sucked. Please reply if this fixes your issue.
Thanks and ENJOY!
[/quote]
Thanks for the tip, do have gitgutter installed, and at least I can confirm this still happens even if the live_mode is false, now I’m setting the focus_change_mode to false to see whether it helps.