diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap deleted file mode 100644 index f71747c..0000000 --- a/Default (Linux).sublime-keymap +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "keys": ["ctrl+shift+,"], - "command": "pref_open_setting_file" - }, - { - "keys": ["alt+o"], - "command": "pref_toggle_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" } - ] - }, - { - "keys": ["ctrl+shift+;"], - "command": "pref_fill_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "\"[^\"]+\"\\s?$", "match_all": true } - ] - } -] diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap deleted file mode 100644 index 743bf41..0000000 --- a/Default (OSX).sublime-keymap +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "keys": ["super+shift+,"], - "command": "pref_open_setting_file" - }, - { - "keys": ["super+alt+up"], - "command": "pref_toggle_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" } - ] - }, - { - "keys": ["super+shift+;"], - "command": "pref_fill_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "\"[^\"]+\"\\s?$", "match_all": true } - ] - } -] diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap deleted file mode 100644 index f71747c..0000000 --- a/Default (Windows).sublime-keymap +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "keys": ["ctrl+shift+,"], - "command": "pref_open_setting_file" - }, - { - "keys": ["alt+o"], - "command": "pref_toggle_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" } - ] - }, - { - "keys": ["ctrl+shift+;"], - "command": "pref_fill_setting_file", - "context": - [ - { "key": "selector", "operator": "equal", "operand": "source.json" }, - { "key": "preceding_text", "operator": "regex_contains", "operand": "\"[^\"]+\"\\s?$", "match_all": true } - ] - } -]