Last active
September 27, 2016 01:38
-
-
Save njanik/b37d40232e903df403b8bd711f037c57 to your computer and use it in GitHub Desktop.
keybidding mac atom
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': | |
'cmd-#': 'tree-view:toggle' | |
'atom-workspace atom-text-editor:not([mini])': | |
'ctrl-up': 'editor:move-line-up' | |
'atom-text-editor': | |
'ctrl-up': 'editor:move-line-up' | |
'atom-workspace atom-text-editor:not([mini])': | |
'ctrl-down': 'editor:move-line-down' | |
'atom-workspace atom-text-editor:not([mini])': | |
'cmd-3': 'editor:toggle-line-comments' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment