Skip to content

Instantly share code, notes, and snippets.

@rorcraft
Forked from jaredatron/Base File.sublime-settings
Last active September 27, 2015 18:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rorcraft/1314816 to your computer and use it in GitHub Desktop.
Save rorcraft/1314816 to your computer and use it in GitHub Desktop.
Default (OSX).sublime-keymap
{
"word_wrap": false,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_size": 13.0,
"tab_size": 2,
"detect_indentation": false,
"translate_tabs_to_spaces": true,
"save_on_focus_lost": false,
"draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
[
{ "keys": ["escape"], "command": "auto_complete" },
{ "keys": ["super+alt+]"], "command": "align_assignments" },
{ "keys": ["ctrl+shift+j]"], "command": "join_lines" },
{ "keys": ["super+alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} },
{ "keys": ["ctrl+super+r"], "command": "reveal_in_side_bar" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment