Skip to content

Instantly share code, notes, and snippets.

@wesolowski
Last active January 14, 2018 14:03
Show Gist options
  • Save wesolowski/05ddeefdea8611ed7595c3720ce588ae to your computer and use it in GitHub Desktop.
Save wesolowski/05ddeefdea8611ed7595c3720ce588ae to your computer and use it in GitHub Desktop.
Sublime Text - Files
[
{ "keys": ["f1"], "command": "goto_documentation" },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+y"], "command": "upper_case" },
{ "keys": ["ctrl+shift+x"], "command": "lower_case" },
{ "keys": ["ctrl+shift+c"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
{ "keys": ["ctrl+alt+a"], "command": "alignment" },
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+d"], "command": "goto_definition" },
{ "keys": ["ctrl+shift+r"], "command": "goto_symbol_in_project" },
{ "keys": ["ctrl+f5"], "command": "refresh_folder_list"},
{ "keys": ["ctrl+alt+c"], "command": "copy_file_path" },
{ "keys": ["ctrl+alt+c"], "command": "copy_path" },
{ "keys": ["ctrl+alt+down"], "command": "duplicate_line" },
//MULTILINE
{ "keys": ["ctrl+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+down"], "command": "select_lines", "args": {"forward": true} },
]
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Dayle Rees Color Schemes",
"GotoDocumentation",
"HTML-CSS-JS Prettify",
"Package Control"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment