Skip to content

Instantly share code, notes, and snippets.

@miclaus
Created May 4, 2015 12:32
Show Gist options
  • Save miclaus/40ad59a38e01326e80e1 to your computer and use it in GitHub Desktop.
Save miclaus/40ad59a38e01326e80e1 to your computer and use it in GitHub Desktop.
Delete forward Atom key binding when using Emmet
# delete forward bound to ctrl-backspace
# since ctrl-d (the default key binding for forward delete) is used by emmet
'.platform-darwin atom-text-editor:not([mini])':
'ctrl-backspace': 'core:delete'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment