Update keymap documentation

Esse commit está contido em:
probablycorey
2013-10-28 09:23:18 -07:00
commit 7c70c43c1c
2 arquivos alterados com 8 adições e 6 exclusões
+5 -4
Ver Arquivo
@@ -5,8 +5,9 @@
# keystrokes with events in specific contexts. Here's a small example, excerpted
# from Atom's built-in keymaps:
#
#'.editor':
# 'enter': 'editor:newline'
# '.editor':
# 'enter': 'editor:newline'
#
#".select-list .editor.mini":
# 'enter': 'core:confirm'
# 'body':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'