Skip to content

Instantly share code, notes, and snippets.

@wadewilliams
Created June 26, 2015 00:57
Show Gist options
  • Save wadewilliams/666fffd947d71ede77f1 to your computer and use it in GitHub Desktop.
Save wadewilliams/666fffd947d71ede77f1 to your computer and use it in GitHub Desktop.
atom keymap
'atom-workspace atom-text-editor:not([mini])':
'alt-up': 'editor:move-line-up'
'alt-down': 'editor:move-line-down'
'ctrl-alt-down': 'editor:duplicate-lines'
'atom-text-editor':
'alt-d': 'editor:delete-line'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment