Skip to content

Instantly share code, notes, and snippets.

@mukuljainx
Last active January 27, 2018 17:18
Show Gist options
  • Save mukuljainx/37a79a1348e065a193c0bdf4473456e1 to your computer and use it in GitHub Desktop.
Save mukuljainx/37a79a1348e065a193c0bdf4473456e1 to your computer and use it in GitHub Desktop.
Atom Editor Key for replicating partial behaviour of OS X (This is after switching keys Left Alt as Ctrl, Ctrl as Super, Win as Alt)
'body':
'ctrl-1': 'pane:show-item-1'
'ctrl-2': 'pane:show-item-2'
'ctrl-3': 'pane:show-item-3'
'ctrl-4': 'pane:show-item-4'
'ctrl-5': 'pane:show-item-5'
'ctrl-6': 'pane:show-item-6'
'ctrl-7': 'pane:show-item-7'
'ctrl-8': 'pane:show-item-8'
'ctrl-9': 'pane:show-item-9'
'atom-text-editor':
'ctrl-left': 'editor:move-to-first-character-of-line'
'ctrl-right': 'editor:move-to-end-of-screen-line'
'ctrl-shift-left': 'editor:select-to-first-character-of-line'
'ctrl-shift-right': 'editor:select-to-end-of-line'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment