Skip to content

Instantly share code, notes, and snippets.

@krrg
Last active September 9, 2016 01:37
Show Gist options
  • Save krrg/73a48d75b74997083ab3 to your computer and use it in GitHub Desktop.
Save krrg/73a48d75b74997083ab3 to your computer and use it in GitHub Desktop.
My atom keymap
'atom-workspace atom-text-editor:not([mini])':
'ctrl-a':'editor:move-to-first-character-of-line'
'ctrl-e':'editor:move-to-end-of-line'
'ctrl-backspace':'core:delete'
'ctrl-shift-a':'core:select-all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment