Last active
July 9, 2016 16:52
-
-
Save textbook/26ac9a062e4356f8eec2 to your computer and use it in GitHub Desktop.
JetBrains-style 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
# JetBrains-style | |
'.platform-darwin': | |
'cmd-1': 'tree-view:toggle' | |
'cmd-shift-a': 'command-palette:toggle' | |
'.platform-darwin .tree-view': | |
'cmd-1': 'tree-view:toggle' | |
'.platform-darwin atom-text-editor': | |
'cmd-b': 'symbols-view:go-to-declaration' | |
'cmd-d': 'editor:duplicate-lines' | |
'cmd-l': 'go-to-line:toggle' | |
'cmd-s': 'window:save-all' | |
'cmd-backspace': 'editor:delete-line' | |
'cmd-shift-o': 'fuzzy-finder:toggle-file-finder' | |
'shift-alt-up': 'editor:move-line-up' | |
'shift-alt-down': 'editor:move-line-down' | |
'atom-workspace atom-text-editor:not([mini])': | |
'shift-enter': 'editor:newline-below' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment