Created
October 6, 2016 11:25
-
-
Save admataz/a1bb5dc85a88b5fa5e1f2c511c49fbd3 to your computer and use it in GitHub Desktop.
my 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
| '.platform-darwin atom-text-editor': | |
| 'cmd-alt-down': 'editor:duplicate-lines' | |
| 'cmd-d': 'editor:delete-line' | |
| 'cmd-shift-w': 'tabs:CloseAllTabs' | |
| 'cmd-?': 'sublime-block-comment:toggle' | |
| 'cmd-alt-l': 'linter:togglePanel' | |
| 'alt-down': 'editor:move-line-down' | |
| 'alt-up': 'editor:move-line-up' | |
| 'cmd-l': 'go-to-line:toggle' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment