Skip to content

Instantly share code, notes, and snippets.

@kristopherjohnson
Last active December 11, 2015 03:58
Show Gist options
  • Save kristopherjohnson/4541206 to your computer and use it in GitHub Desktop.
Save kristopherjohnson/4541206 to your computer and use it in GitHub Desktop.
My Sublime Text user settings
[
{ "keys": ["super+alt+ctrl+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["super+alt+ctrl+down"], "command": "select_lines", "args": {"forward": true} },
]
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/zenburn/zenburn.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": false,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro Light",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"shift_tab_unindent": true,
"show_full_path": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment