Skip to content

Instantly share code, notes, and snippets.

@daniellizik-sc
Created January 4, 2017 13:17
Show Gist options
  • Save daniellizik-sc/db7c4bb02f021c325e7fe675ec7fc462 to your computer and use it in GitHub Desktop.
Save daniellizik-sc/db7c4bb02f021c325e7fe675ec7fc462 to your computer and use it in GitHub Desktop.
atom keybindings
'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