sublimetext - Sublime Text: how to enable text replacement -


in notepad++ when select text , type something, automatically deletes selected text , replaces i'm typing now, if i'm typing quote characters.

in sublime, if type quote characters inserts these around text instead of replacing it.

is possible have sublime text behave notepad++ , replace text no matter i'm typing?

in opinion thing can set "auto_match_enabled" property false. can find setting in setting - default of sublimetext preferences.

// controls auto pairing of quotes, brackets etc     "auto_match_enabled": false, 

Comments

Popular posts from this blog

facebook - android ACTION_SEND to share with specific application only -

python - Creating a new virtualenv gives a permissions error -

javascript - cocos2d-js draw circle not instantly -