When I want to type " Sublime types “”. How can I get it to type only one quotation mark?
How to type a single quotation mark - Newbie
OdatNurd
#2
You need to turn this setting off in your preferences; it defaults to being turned on:
// Controls auto pairing of quotes, brackets etc
"auto_match_enabled": true,
1 Like
vim-user
#3
Thank you. I don’t suppose there’s a way to temporarily disable auto match pairing, as I generally like this feature.
0 Likes
OdatNurd
#4
If you never want a particular thing to auto pair you can define a custom key binding that overrides the one that does the autopair. Alternately you can also define a key binding to turn the setting on and off, or to toggle it, depending on which way you’d like to go.
1 Like