diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap deleted file mode 100644 index 0275884..0000000 --- a/Default (Linux).sublime-keymap +++ /dev/null @@ -1,50 +0,0 @@ -[ -{ - "keys": ["ctrl+c", "ctrl+r"], - "command": "cheat_sheet", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+r"], - "command": "cheat_sheet", - "args": - { - "with_comments": false - } -}, -{ - "keys": ["ctrl+c", "ctrl+s"], - "command": "cheat_sheet_multiple_suggestions", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+s"], - "command": "cheat_sheet_multiple_suggestions", - "args": - { - "with_comments": false - } -}, -{ - "keys": ["ctrl+c", "ctrl+i"], - "command": "cheat_sheet_input_panel", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+i"], - "command": "cheat_sheet_input_panel", - "args": - { - "with_comments": false - } -} -] \ No newline at end of file diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap deleted file mode 100644 index e743a8e..0000000 --- a/Default (OSX).sublime-keymap +++ /dev/null @@ -1,50 +0,0 @@ -[ -{ - "keys": ["super+c", "super+r"], - "command": "cheat_sheet", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+r"], - "command": "cheat_sheet", - "args": - { - "with_comments": false - } -}, -{ - "keys": ["super+c", "super+s"], - "command": "cheat_sheet_multiple_suggestions", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+s"], - "command": "cheat_sheet_multiple_suggestions", - "args": - { - "with_comments": false - } -}, -{ - "keys": ["super+c", "super+i"], - "command": "cheat_sheet_input_panel", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+i"], - "command": "cheat_sheet_input_panel", - "args": - { - "with_comments": false - } -} -] \ No newline at end of file diff --git a/Default (Windows).sublime-keymap b/Default (Windows).sublime-keymap deleted file mode 100644 index 0275884..0000000 --- a/Default (Windows).sublime-keymap +++ /dev/null @@ -1,50 +0,0 @@ -[ -{ - "keys": ["ctrl+c", "ctrl+r"], - "command": "cheat_sheet", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+r"], - "command": "cheat_sheet", - "args": - { - "with_comments": false - } -}, -{ - "keys": ["ctrl+c", "ctrl+s"], - "command": "cheat_sheet_multiple_suggestions", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+s"], - "command": "cheat_sheet_multiple_suggestions", - "args": - { - "with_comments": false - } -}, -{ - "keys": ["ctrl+c", "ctrl+i"], - "command": "cheat_sheet_input_panel", - "args": - { - "with_comments": true - } -}, -{ - "keys": ["alt+c", "alt+i"], - "command": "cheat_sheet_input_panel", - "args": - { - "with_comments": false - } -} -] \ No newline at end of file