Last active
January 27, 2018 17:18
-
-
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)
This file contains hidden or 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
'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