How to unbind a key binding in Sublime Text 2?
{ “keys”: [“ctrl+-“], “command”: “noop” } Binding a key to a no-operation or anything which wouldn’t carry a command behavior, such as “hello”, should work. This would also keep the body of the binding if you change your mind in the future.