ST build 4107, OSX
I’d like to turn off the auto matching for quotes ONLY. I would like brackets to auto match.
I tried adding
[
{ “keys”: ["’"], “command”: false },
{ “keys”: ["""], “command”: false },
]
to my Default (OSX).sublime-keymap (on the right hand column in the preference editor) but this does not override the internal default. I am unable to edit in the default keymap to take out the single and double quote rules.