Skip to content

Instantly share code, notes, and snippets.

@falexandre
Created June 2, 2014 10:28
Show Gist options
  • Save falexandre/bccba45927d4aaa5d02a to your computer and use it in GitHub Desktop.
Save falexandre/bccba45927d4aaa5d02a to your computer and use it in GitHub Desktop.
Key e settings sublime
[
{ "keys": ["ctrl+shift+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+alt+c"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+c"], "command": "color_pick" },
{ "keys": ["ctrl+up", "ctrl+up"], "command": "ftp_sync_current" },
{ "keys": ["ctrl+down", "ctrl+down"], "command": "ftp_sync_down_current" },
{
"keys": ["ctrl+alt+j"], "command": "js_format",
"context": [{"key": "selector", "operator": "equal", "operand": "source.js,source.json"}]
}
]
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment