Skip to content

Instantly share code, notes, and snippets.

@ernestom
Created March 23, 2015 19:21
Show Gist options
  • Save ernestom/7abef18db3ad29452a26 to your computer and use it in GitHub Desktop.
Save ernestom/7abef18db3ad29452a26 to your computer and use it in GitHub Desktop.
Atom Keymap
'atom-text-editor:not([mini])':
'cmd-d': 'editor:delete-line'
'atom-workspace atom-text-editor:not([mini])':
'alt-up': 'editor:move-line-up'
'alt-down': 'editor:move-line-down'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment