Created
July 19, 2017 13:51
-
-
Save cristianmiranda/58b3820e32455a107bf5c2b641ae05d6 to your computer and use it in GitHub Desktop.
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-shift-R': 'fuzzy-finder:toggle-file-finder' | |
'ctrl-h': 'project-find:show' | |
'atom-workspace atom-text-editor:not([mini])': | |
'alt-up': 'editor:move-line-up' | |
'alt-down': 'editor:move-line-down' | |
'cmd-alt-down': 'editor:duplicate-lines' | |
'cmd-l': 'go-to-line:toggle' | |
'cmd-d': 'editor:delete-line' | |
'cmd-shift-f': 'atom-beautify:beautify-language-jsx' | |
'.platform-darwin, .platform-darwin .command-palette atom-text-editor': | |
'cmd-p': 'command-palette:toggle' | |
'.tree-view': | |
'cmd-alt-r': 'tree-view:move' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment