Skip to content

Instantly share code, notes, and snippets.

@sjs
Created August 11, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjs/0f660b1d29c17f492078 to your computer and use it in GitHub Desktop.
Save sjs/0f660b1d29c17f492078 to your computer and use it in GitHub Desktop.
Sublime Preferences (OSX)
[
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false } },
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} },
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true } },
{ "keys": ["f1"], "command": "goto_documentation" },
{ "keys": ["ctrl+shift+d"], "command": "file_diff_menu" }
]
{
"auto_close_tags": false,
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
"._*"
],
"flatland_sidebar_tree_small": true,
"flatland_square_tabs": false,
"ignored_packages":
[
"Vintage",
"Autoprefixer",
"Pretty JSON"
],
"numix_folder_icons": true,
"scroll_past_end": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment