From 63aedb65d95f8950add16a8c06da3cc7e939a33a Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Fri, 28 Feb 2014 00:01:12 -0800 Subject: [PATCH] Fix CSON syntax for keybinding example --- docs/customizing-atom.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/customizing-atom.md b/docs/customizing-atom.md index abface008..ae8b2592b 100644 --- a/docs/customizing-atom.md +++ b/docs/customizing-atom.md @@ -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