Created
November 9, 2012 14:05
-
-
Save nickyp/4045823 to your computer and use it in GitHub Desktop.
Map "Escape, Backspace" to Delete Word Backward in Sublime Text 2
This file contains hidden or 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
// Maps Emacs style "Escape, Backspace" to Delete Word Backward | |
{ "keys": ["escape", "backspace"], "command": "delete_word", "args": { "forward": false, "sub_words": true } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment