Last active
January 14, 2018 14:03
-
-
Save wesolowski/05ddeefdea8611ed7595c3720ce588ae to your computer and use it in GitHub Desktop.
Sublime Text - Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "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} }, | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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