Skip to content

Instantly share code, notes, and snippets.

@SimplGy
Created April 15, 2018 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimplGy/16154f6702526911e0cf0cd754d002f6 to your computer and use it in GitHub Desktop.
Save SimplGy/16154f6702526911e0cf0cd754d002f6 to your computer and use it in GitHub Desktop.
IntelliJ style keybindings for the Atom text editor
'atom-text-editor':
'cmd-backspace': 'editor:delete-line'
'cmd-up': 'editor:move-line-up'
'cmd-down': 'editor:move-line-down'
'cmd-d': 'editor:duplicate-lines'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment