Merge pull request #1617 from atom/fix-keybinding-docs

Fix CSON syntax for keybinding example in docs
This commit is contained in:
Nathan Sobo
2014-03-01 00:10:41 +02:00

View File

@@ -63,9 +63,8 @@ built-in keymaps:
'.editor':
'enter': 'editor:newline'
'body':
'ctrl-b': 'core:move-left'
'ctrl-f': 'core:move-right'
'.mini.editor input':
'enter': 'core:confirm'
```
This keymap defines the meaning of `enter` in two different contexts. In a