Skip to content

Instantly share code, notes, and snippets.

@CaptainOfFlyingDutchman
Last active October 15, 2016 09:13
Show Gist options
  • Save CaptainOfFlyingDutchman/b5bcff6193d933278e2de5a727c6b353 to your computer and use it in GitHub Desktop.
Save CaptainOfFlyingDutchman/b5bcff6193d933278e2de5a727c6b353 to your computer and use it in GitHub Desktop.
Sublime Text 3 | Preferences and Key bindings
[
  { "keys": ["f2"], "command": "toggle_side_bar" },
  { "keys": ["f1"], "command": "focus_side_bar" },
  { "keys": ["f4"], "command": "reveal_in_side_bar"},
  { "keys": ["ctrl+b"], "command": "goto_definition" },
]
{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
	"draw_minimap_border": true,
	"fade_fold_buttons": false,
	"folder_exclude_patterns":
	[
		".svn",
		".git",
		".hg",
		"CVS",
		"node_modules",
		"compiled",
		"public",
		"coverage"
	],
	"font_face": "monaco",
	"font_size": 8,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"save_on_focus_lost": false,
	"theme": "Default.sublime-theme",
	"vintage_start_in_command_mode": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment