Delete Option + Left
Delete Option + Right
Command + Left Arrow: Send Hex Codes: 0x01
| function constructor(spec) { | |
| var that = other_constructor(spec), | |
| member, | |
| method = function() { | |
| // spec, member, method | |
| }; | |
| that.method = method; | |
| return that; | |
| } |
| { | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
| "ensure_newline_at_eof_on_save": true, | |
| "file_exclude_patterns": | |
| [ | |
| "*.pyc", | |
| "*.pyo", | |
| "*.exe", | |
| "*.dll", |