[ { "keys": ["ctrl+tab"], "command": "next_view" }, { "keys": ["ctrl+shift+tab"], "command": "prev_view" }, { "keys": ["super+alt+s"], "command": "toggle_side_bar" }, { "keys": ["super+shift+d"], "command": "clone_file" }, { "keys": ["ctrl+f"], "command": "distraction_free_window" }, { "keys": ["ctrl+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "context": [ { "key": "overlay_has_focus", "operator": "equal", "operand": false }, ], }, // HSMusic wiki tag editing // (bind caps lock to f16 in Karabiner-Elements) { "keys": ["f16"], "command": "enter_exit_wiki_tag", "context": [ { "key": "project_name", "operator": "regex_contains", "operand": "HSMusic" }, ], }, { "keys": ["shift+f16"], "command": "enter_exit_wiki_tag", "context": [ { "key": "project_name", "operator": "regex_contains", "operand": "HSMusic" }, ], }, { "keys": [" "], "command": "space_in_wiki_tag", "context": [ { "key": "project_name", "operator": "regex_contains", "operand": "HSMusic" }, ], }, { "keys": ["shift+space"], "command": "space_in_wiki_tag", "context": [ { "key": "project_name", "operator": "regex_contains", "operand": "HSMusic" }, ], }, { "keys": ["enter"], "command": "exit_wiki_tag", "context": [ { "key": "project_name", "operator": "regex_contains", "operand": "HSMusic" }, { "key": "panel_has_focus", "operator": "not_equal" }, { "key": "overlay_has_focus", "operator": "not_equal" }, ], }, ]