💄 Move bindings under platform header

This commit is contained in:
James R Sconfitto
2014-05-13 16:13:30 -04:00
parent 8872b0bc9b
commit 58fa414c21

View File

@@ -1,4 +1,8 @@
'body':
# Platform Bindings
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
# Atom Specific
'enter': 'core:confirm'
'escape': 'core:cancel'
@@ -10,8 +14,6 @@
'ctrl-alt-i': 'window:toggle-dev-tools'
'ctrl-alt-p': 'window:run-package-specs'
'ctrl-alt-s': 'application:run-all-specs'
'ctrl-pageup': 'pane:show-previous-item'
'ctrl-pagedown': 'pane:show-next-item'
# Sublime Parity
'ctrl-N': 'application:new-window'