Skip to content

Instantly share code, notes, and snippets.

@cheapsteak
Created June 20, 2016 13:59
Show Gist options
  • Save cheapsteak/f0dfb2478b84f1a599b4c1517b55ce45 to your computer and use it in GitHub Desktop.
Save cheapsteak/f0dfb2478b84f1a599b4c1517b55ce45 to your computer and use it in GitHub Desktop.

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" }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment