mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Merge pull request #1617 from atom/fix-keybinding-docs
Fix CSON syntax for keybinding example in docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user