Skip to content

Instantly share code, notes, and snippets.

@Tam
Last active February 25, 2016 07:56
Show Gist options
  • Save Tam/912d967e9ae2969b6a42 to your computer and use it in GitHub Desktop.
Save Tam/912d967e9ae2969b6a42 to your computer and use it in GitHub Desktop.
A basic JetBrains IDE (IntelliJ,WebStorm,PHPStorm) to Atom Keymap
'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