Skip to content

Commit 37469db

Browse files
committed
Enable keymap for Python grammar only.
Fixes #10.
1 parent 9a4259d commit 37469db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keymaps/python-debugger.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
# For more detailed documentation see
99
# https://atom.io/docs/latest/behind-atom-keymaps-in-depth
10-
"atom-workspace":
10+
"atom-text-editor[data-grammar='source python']":
1111
"alt-r": "python-debugger:toggle"
1212
"alt-shift-r": "python-debugger:breakpoint"

0 commit comments

Comments
 (0)