Skip to content

Instantly share code, notes, and snippets.

@benhoskings
Last active December 15, 2015 06:39
Show Gist options
  • Save benhoskings/5217936 to your computer and use it in GitHub Desktop.
Save benhoskings/5217936 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 30,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/User/Ben's Solarized (light).tmTheme",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.sublime-*",
"*.log",
"*.scssc",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp/cache"
],
"font_face": "Menlo",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"margin": 1,
"remember_open_files": false,
"save_on_focus_lost": true,
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,-.;<>~!@#$%^&*|+=[]{}`~"
}
[
{ "keys": ["alt+g"], "command": "next_result"},
{ "keys": ["super+alt+f"], "command": "replace_next"},
{ "keys": ["super+v"], "command": "paste_and_indent"},
{ "keys": ["shift+super+v"], "command": "paste"},
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+ctrl+r"], "command": "reveal_in_side_bar"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment