Skip to content

Instantly share code, notes, and snippets.

@nickyp
Created November 9, 2012 14:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nickyp/4045823 to your computer and use it in GitHub Desktop.
Save nickyp/4045823 to your computer and use it in GitHub Desktop.
Map "Escape, Backspace" to Delete Word Backward in Sublime Text 2
// 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