From 733e06fa8c5e1424aa267f3f4a2475c2aa3d7c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Fri, 5 Sep 2014 22:24:42 +0200 Subject: [PATCH] Use shift in the example rather than explaining the difference --- dot-atom/keymap.cson | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot-atom/keymap.cson b/dot-atom/keymap.cson index 732932a22..fd683364a 100644 --- a/dot-atom/keymap.cson +++ b/dot-atom/keymap.cson @@ -13,11 +13,9 @@ # 'enter': 'editor:newline' # # '.workspace': -# 'ctrl-P': 'core:move-up' +# 'ctrl-shift-p': 'core:move-up' # 'ctrl-p': 'core:move-down' # -# In the example above, 'ctrl-P' is equivalent to 'ctrl-shift-p'. -# # You can find more information about keymaps in these guides: # * https://atom.io/docs/latest/customizing-atom#customizing-key-bindings # * https://atom.io/docs/latest/advanced/keymaps