Skip to content

Instantly share code, notes, and snippets.

@yoshimov
Created July 23, 2014 10:06
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 yoshimov/23821502211d7883ec22 to your computer and use it in GitHub Desktop.
Save yoshimov/23821502211d7883ec22 to your computer and use it in GitHub Desktop.
# Keymap for Atom Emacs key bindings
'.workspace .editor':
'ctrl-h': 'core:backspace'
'ctrl-d': 'core:delete'
'ctrl-a': 'editor:move-to-first-character-of-line'
'ctrl-e': 'editor:move-to-end-of-screen-line'
'ctrl-k': 'editor:delete-line'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment