Created
December 20, 2016 20:10
-
-
Save stramel/02cc98f6506f94bdd6a104a1a234227d to your computer and use it in GitHub Desktop.
Atom Keybindings
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-shift-s': 'window:save-all' | |
'.workspace .editor': | |
'ctrl-d': 'editor:duplicate-lines' | |
'ctrl-shift-D': 'editor:delete-line' | |
'.editor': | |
'alt-shift-right': 'editor:select-to-end-of-line' | |
'alt-right': 'editor:move-to-end-of-line' | |
'alt-shift-left': 'editor:select-to-first-character-of-line' | |
'alt-left': 'editor:move-to-first-character-of-line' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So for MAC you can swap cmd and ctrl logic which gets you closer to windows, then use:
Which gets your mapping very nearly the same for windows and MAC in atom. Or at least for all of the commands I use often enough that I can think of them off the top of my head, we'll find out over time if there are any missing ones...Just have to deal with ctrl+tab and alt+tab keys being swapped for mac vs win, and the fact that alt is out of place...