Last active
February 25, 2016 07:56
-
-
Save Tam/912d967e9ae2969b6a42 to your computer and use it in GitHub Desktop.
A basic JetBrains IDE (IntelliJ,WebStorm,PHPStorm) to Atom Keymap
This file contains 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-text-editor': | |
'ctrl-g': 'find-and-replace:select-next' | |
'atom-workspace atom-text-editor:not([mini])': | |
'cmd-d': 'editor:duplicate-lines' | |
'alt-shift-up': 'editor:move-line-up' | |
'alt-shift-down': 'editor:move-line-down' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment