GitGutter SidebarEnhancements - https://github.com/titoBouzout/SideBarEnhancements
User preferences: Preferences.sublime-settings
{
"draw_white_space": "all",
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Centurion.sublime-theme",
"translate_tabs_to_spaces": true
}
User Keybindings
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]