Skip to content

Commit bf66896

Browse files
committed
update keybinding to not override default
1 parent a506be9 commit bf66896

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Default (OSX).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"keys": ["ctrl+shift+q"],
3+
"keys": ["ctrl+alt+b"],
44
"command": "blame"
55
}
6-
]
6+
]

Default (Windows).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"keys": ["ctrl+shift+q"],
3+
"keys": ["ctrl+alt+b"],
44
"command": "blame"
55
}
6-
]
6+
]

0 commit comments

Comments
 (0)