Skip to content

Instantly share code, notes, and snippets.

@zacharyc
Created September 8, 2012 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zacharyc/3679365 to your computer and use it in GitHub Desktop.
Save zacharyc/3679365 to your computer and use it in GitHub Desktop.
Sublime Text 2 Option Key Mapping
{ "keys": ["alt+left"], "command": "move", "args": {"by": "subwords", "forward": false} },
{ "keys": ["alt+right"], "command": "move", "args": {"by": "subword_ends", "forward": true} },
{ "keys": ["alt+shift+left"], "command": "move", "args": {"by": "subwords", "forward": false, "extend": true} },
{ "keys": ["alt+shift+right"], "command": "move", "args": {"by": "subword_ends", "forward": true, "extend": true} },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment