Skip to content

Commit c7bff1a

Browse files
committed
📝 Add tip about Keybinding Resolver to keymap.cson
1 parent a16b99f commit c7bff1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dot-atom/keymap.cson

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
# * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings
2222
# * https://atom.io/docs/latest/behind-atom-keymaps-in-depth
2323
#
24+
# If you're having trouble with your keybindings not working, try the
25+
# Keybinding Resolver: Cmd+. on OS X and Ctrl+. on other platforms. See the
26+
# Debugging Guide for more information:
27+
# * https://atom.io/docs/v1.3.1/hacking-atom-debugging#check-the-keybindings
28+
#
2429
# This file uses CoffeeScript Object Notation (CSON).
25-
# If you are unfamiliar with CSON, you can read more about it in the
30+
# If you are unfamiliar with CSON, you can read more about it in the
2631
# Atom Flight Manual:
2732
# https://atom.io/docs/latest/using-atom-basic-customization#cson

0 commit comments

Comments
 (0)