Skip to content

Instantly share code, notes, and snippets.

@markuswustenberg
Created September 1, 2015 14:28
Show Gist options
  • Save markuswustenberg/7c50fad400403d49a774 to your computer and use it in GitHub Desktop.
Save markuswustenberg/7c50fad400403d49a774 to your computer and use it in GitHub Desktop.
atom keymap
'atom-text-editor':
'cmd-backspace': 'editor:delete-line'
'alt-shift-down': 'editor:move-line-down'
'alt-shift-up': 'editor:move-line-up'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment