Skip to content

Instantly share code, notes, and snippets.

View techleed's full-sized avatar

David Lee techleed

  • Red Pocket Designs Inc.
  • London, ON
View GitHub Profile
@techleed
techleed / gist:3901196
Created October 16, 2012 18:50
Sublime Text 2: User Key Bindings
[
{ "keys": [",","x"], "command": "exit_insert_mode",
"context":
[
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{ "keys": [",","x"], "command": "exit_visual_mode",