Created
January 4, 2017 13:17
-
-
Save daniellizik-sc/db7c4bb02f021c325e7fe675ec7fc462 to your computer and use it in GitHub Desktop.
atom keybindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'atom-text-editor': | |
'alt-left': 'pane:show-previous-item', | |
'alt-right': 'pane:show-next-item', | |
'ctrl-page-down': ' window:focus-pane-on-right', | |
'ctrl-page-up': ' window:focus-pane-on-left', | |
'ctrl-alt-left': 'pane:split-left-and-copy-active-item', | |
'ctrl-alt-right': 'pane:split-right-and-copy-active-item' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment