microsoft / TypeScript-Sublime-Plugin

IO wrapper around TypeScript language services, allowing for easy consumption by editor plugins
Apache License 2.0
1.72k stars 235 forks source link

No way to remove key binding #666

Open cztomsik opened 6 years ago

cztomsik commented 6 years ago

I need to unbind keybinding "keys": [ "alt+,"],

For some reason, this is not possible with simple "command": unbound in user keybind overrides.

In fact, all I'm really interested is just syntax highlighting. Is it possible to somehow remove all key bindings?

aMoniker commented 5 years ago

I have the same issue. ctrl+; runs typescript_format_line which I don't want. How can I unbind this?