Skip to content

Instantly share code, notes, and snippets.

@jaredatron
Last active September 27, 2015 18:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save jaredatron/1310957 to your computer and use it in GitHub Desktop.
Save jaredatron/1310957 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": true,
// "draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
[
{ "keys": ["shift+tab"], "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" },
{ "keys": ["ctrl+shift+v"], "command": "paste_and_indent" },
{ "keys": ["super+shift+t"], "command": "goto_recent" },
{ "keys": ["super+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
{ "keys": ["super+ctrl+w"], "command": "close_all" }
]
# my bookmarks
https://pinboard.in/u:deadlyicon/t:sublime
http://wbond.net/sublime_packages/package_control
https://gist.github.com/1310957
https://github.com/aventurella/sublimetext-align-assignments
https://github.com/n00ge/sublime-text-haml-sass
https://gist.github.com/925008
https://github.com/sagework/cucumber-sublime2-bundle
https://github.com/paccator/GotoRecent
https://github.com/chasestubblefield/sublime-file-operations
https://github.com/alienhard/SublimeAllAutocomplete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment