Created
May 4, 2015 12:32
-
-
Save miclaus/40ad59a38e01326e80e1 to your computer and use it in GitHub Desktop.
Delete forward Atom key binding when using Emmet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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