Skip to content

Instantly share code, notes, and snippets.

@hershmire
Last active December 27, 2015 15:09
Show Gist options
  • Save hershmire/7345669 to your computer and use it in GitHub Desktop.
Save hershmire/7345669 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".gitkeep",
"*.sublime-workspace",
"*.jpg",
"*.png",
"*.gif",
"*.vlt"
],
"folder_exclude_patterns":
[
"target",
".svn",
".git",
".hg",
"CVS",
"tmp",
"log",
"*cache",
"temp",
"node_modules"
],
"font_face": "Monaco",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Clojure",
"ActionScript",
"Graphviz"
],
"margin": 0,
"show_full_path": true,
"spell_check": false,
"tab_size": 2,
"theme": "Nexus.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false
}
[
{ "keys": ["super+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["shift+super+k"], "command": "find_under_expand" },
{ "keys": ["super+k", "shift+super+k"], "command": "find_under_expand_skip" },
{ "keys": ["super+shift+s"], "command": "save_all" },
{ "keys": ["super+f"], "command": "show_panel", "args": {"panel": "replace"} },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment