mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
moveItemTo* -> moveItem*
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
'ctrl-alt-s': 'application:run-all-specs'
|
||||
'ctrl-alt-o': 'application:open-dev'
|
||||
'ctrl-shift-o': 'application:open-folder'
|
||||
'ctrl-shift-pageup': 'pane:move-item-to-left'
|
||||
'ctrl-shift-pagedown': 'pane:move-item-to-right'
|
||||
'ctrl-shift-pageup': 'pane:move-item-left'
|
||||
'ctrl-shift-pagedown': 'pane:move-item-right'
|
||||
'F11': 'window:toggle-full-screen'
|
||||
|
||||
# Sublime Parity
|
||||
|
||||
Reference in New Issue
Block a user