Skip to content

Instantly share code, notes, and snippets.

@tigris
Last active October 6, 2015 13:28
Show Gist options
  • Save tigris/3000630 to your computer and use it in GitHub Desktop.
Save tigris/3000630 to your computer and use it in GitHub Desktop.
Sublime Text 2 user prefs
{
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"fold_buttons": false,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80,
120,
160
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"use_tab_stops": false,
"font_size": 9.5,
"font_face": "Droid Sans Mono Dotted"
}
[
{ "keys": ["leftsuper+n"], "command": "new_file" },
{ "keys": ["leftsuper+s"], "command": "save" },
{ "keys": ["leftsuper+x"], "command": "cut" },
{ "keys": ["leftsuper+c"], "command": "copy" },
{ "keys": ["leftsuper+v"], "command": "paste" },
{ "keys": ["leftsuper+f"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
{ "keys": ["leftsuper+h"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
{ "keys": ["leftsuper+a"], "command": "select_all" },
{ "keys": ["leftsuper+w"], "command": "close" },
{ "keys": ["leftsuper+y"], "command": "redo_or_repeat" },
{ "keys": ["leftsuper+u"], "command": "soft_undo" },
{ "keys": ["leftsuper+shift+w"], "command": "close_window" },
{ "keys": ["leftsuper+shift+n"], "command": "new_window" }, { "keys": ["ctrl+z"], "command": "undo" },
{ "keys": ["leftsuper+shift+z"], "command": "redo" },
{ "keys": ["leftsuper+shift+u"], "command": "soft_redo" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment