Skip to content

Instantly share code, notes, and snippets.

@kbparagua
Last active March 10, 2019 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbparagua/59b68d0e2b275ff8abafede203c1b27c to your computer and use it in GitHub Desktop.
Save kbparagua/59b68d0e2b275ff8abafede203c1b27c to your computer and use it in GitHub Desktop.
{
	"bold_folder_labels": true,
	"color_scheme": "Packages/Materialize/schemes/Material Solarized Dark.tmTheme",
	"ensure_newline_at_eof_on_save": true,
	"font_size": 14,
	"highlight_line": true,
	"ignored_packages":
	[
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"margin": 2,
	"rulers":
	[
		120
	],
	"show_encoding": true,
	"tab_size": 2,
	"theme": "Material Solarized Dark.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_automatic_white_space": true,
	"trim_trailing_white_space_on_save": true,
	"vintage_start_in_command_mode": true
}

key bindings

[
	{
	    "keys": ["j", "j"],
	    "command": "exit_insert_mode",
	    "context":
	    [
	        { "key": "setting.command_mode", "operand": false },
	        { "key": "setting.is_widget", "operand": false }
	    ]
	}
	
]

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