forked from gerardroche/sublime-phpunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default (Windows).sublime-keymap
12 lines (11 loc) · 1.2 KB
/
Default (Windows).sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
[
{ "keys": [",", "."], "command": "phpunit_switch_file", "context": [{ "key": "setting.command_mode" }, { "key": "setting.phpunit.vi_keymaps" }] },
{ "keys": [",", "l"], "command": "phpunit_test_last", "context": [{ "key": "setting.command_mode" }, { "key": "setting.phpunit.vi_keymaps" }] },
{ "keys": [",", "t"], "command": "phpunit_test_nearest", "context": [{ "key": "setting.command_mode" }, { "key": "setting.phpunit.vi_keymaps" }] },
{ "keys": [",", "T"], "command": "phpunit_test_file", "context": [{ "key": "setting.command_mode" }, { "key": "setting.phpunit.vi_keymaps" }] },
{ "keys": [",", "a"], "command": "phpunit_test_suite", "context": [{ "key": "setting.command_mode" }, { "key": "setting.phpunit.vi_keymaps" } ] },
{ "keys": ["ctrl+shift+."], "command": "phpunit_switch_file", "context": [{ "key": "setting.phpunit.keymaps" }] },
{ "keys": ["ctrl+shift+e"], "command": "phpunit_test_last", "context": [{ "key": "setting.phpunit.keymaps" }] },
{ "keys": ["ctrl+shift+r"], "command": "phpunit_test_nearest", "context": [{ "key": "setting.phpunit.keymaps" }] },
{ "keys": ["ctrl+shift+t"], "command": "phpunit_test_suite", "context": [{ "key": "setting.phpunit.keymaps" }] }
]