Skip to content

Commit 4cd9dca

Browse files
princemaplePo Chen
authored and
Po Chen
committed
Remove ctrl+alt+n rspec_create_module from predefined key bindings
1 parent 6cbe506 commit 4cd9dca

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Default (OSX).sublime-keymap

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[
2-
{ "keys": ["super+alt+b"],
2+
{
3+
"keys": ["super+alt+b"],
34
"command": "exec",
45
"args": {"cmd": ["rspec", "*"]},
56
"file_regex": "# ([A-Za-z0-9_./ ]+rb):([0-9]+)",
67
"working_dir": "${folder}"
78
},
89

9-
{ "keys": ["super+period"], "command": "open_rspec_file", "args": {} },
10-
11-
{ "keys": ["super+alt+n"], "command": "rspec_create_module", "args": {} }
10+
{
11+
"keys": ["super+period"],
12+
"command": "open_rspec_file",
13+
"args": {}
14+
}
1215
]

Default (Windows).sublime-keymap

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[
2-
{ "keys": ["ctrl+f7"],
2+
{
3+
"keys": ["ctrl+f7"],
34
"command": "exec",
45
"args": {"cmd": ["rspec.bat", "*"]},
56
"file_regex": "# ([A-Za-z0-9_./ ]+rb):([0-9]+)",
67
"working_dir": "${folder}"
78
},
89

9-
{ "keys": ["ctrl+period"], "command": "open_rspec_file", "args": {} },
10-
11-
{ "keys": ["ctrl+alt+n"], "command": "rspec_create_module", "args": {} }
10+
{
11+
"keys": ["ctrl+period"],
12+
"command": "open_rspec_file",
13+
"args": {}
14+
}
1215
]

0 commit comments

Comments
 (0)