Created
June 26, 2015 00:57
-
-
Save wadewilliams/666fffd947d71ede77f1 to your computer and use it in GitHub Desktop.
atom keymap
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-workspace atom-text-editor:not([mini])': | |
'alt-up': 'editor:move-line-up' | |
'alt-down': 'editor:move-line-down' | |
'ctrl-alt-down': 'editor:duplicate-lines' | |
'atom-text-editor': | |
'alt-d': 'editor:delete-line' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment