Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| { | |
| "cmd": ["groovy", "$file"], | |
| "selector": "source.groovy", | |
| "file_regex": "[ ]*at .+[(](.+):([0-9]+)[)]", | |
| "windows": { | |
| "shell": "cmd.exe" | |
| } | |
| } |
| [ | |
| { "keys": ["ctrl+shift+x"], "command": "tidy_xml" }, | |
| { "keys": ["ctrl+shift+j"], "command": "prettify_json" } | |
| ] |