Zend certified PHP/Magento developer

In SublimeText, how do I disable bracket completion for typing only?

By default in SublimeText, when you type a paren, bracket, or quote, the closing character is placed after your cursor. I find this very annoying, since often the closing character has to be much further away, and I have to delete the extra character I didn’t ask for.

I’ve turned the preference "auto_match_enabled" to false, and that stops the annoying behavior. However, this also disables the feature where highlighting text and pressing a bracket character encloses the highlighted text in the brackets. That feature is useful to me, and I use it all the time.

How do I disable the bracket autocompletion, but keep the ability to bracketize highlighted text?