gregforcey
4/21/2015 - 3:23 PM

Sublime Text 3 Customizations

Sublime Text 3 Customizations

// Characters that are considered to separate words – does not include periods.
// Place comma at the end of the line if there are multiple keybindings.
{"word_separators": "/\\()\"‘-:,;~!@#$%^&*|+=[]{}`~?"} 
{
	"always_show_minimap_viewport": true,
	"bold_folder_labels": true,
	"caret_extra_bottom": 1,
	"caret_extra_top": 1,
	"caret_extra_width": 1,
	"caret_style": "blink",
	"color_scheme": "Packages/Boxy Theme/schemes/Boxy Solarized Dark.tmTheme",
	"ensure_newline_at_eof_on_save": true,
	"fade_fold_buttons": false,
	"font_face": "Consolas",
	"font_size": 16,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"ActionScript",
		"ASP",
		"C",
		"C#",
		"C++",
		"Clojure",
		"D",
		"Diff",
		"Erlang",
		"Go",
		"Graphviz",
		"Groovy",
		"Haskell",
		"Java",
		"Lisp",
		"Lua",
		"Makefile",
		"Matlab",
		"Objective-C",
		"OCaml",
		"Pascal",
		"Perl",
		"PHP",
		"Rails",
		"RestructuredText",
		"Ruby",
		"Scala",
		"TCL",
		"Textile",
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_active"
	],
	"line_padding_bottom": 2,
	"line_padding_top": 2,
	"overlay_scroll_bars": "enabled",
	"rulers":
	[
		80
	],
	"save_on_focus_lost": true,
	"show_encoding": true,
	"show_line_endings": true,
	"tab_size": 2,
	"theme": "Boxy Solarized Dark.sublime-theme",
	"theme_accent_orange": true,
	"theme_font_md": true,
	"theme_icons_materialized": true,
	"theme_quick_panel_size_xl": true,
	"theme_scrollbar_colored": true,
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true
}
[
	{ "keys": ["super+k", "super+t"], "command": "title_case" },
	// { "keys": ["super+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false, "in_selection": true} },
	// { "keys": ["alt+s"], "command": "toggle_in_selection", "context":
	// [
	// { "key": "setting.is_widget", "operator": "equal", "operand": true }
	// 	]
	// }
]