Created
June 28, 2017 10:44
-
-
Save ivomota/f815e9afa389821feb691d6111c4cfe7 to your computer and use it in GitHub Desktop.
Atom Keymap
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
| 'atom-workspace atom-text-editor:not([mini])': | |
| 'cmd-\-': 'editor:toggle-line-comments' | |
| 'alt-down': 'editor:move-line-down' | |
| 'alt-up': 'editor:move-line-up' | |
| 'shift-alt-down': 'editor:duplicate-lines' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment