Sublime Forum

Sublime automatically changes ' into `', bothers me lot, how can I change it

#1

As described in the topic

0 Likes

#2

Do you mean that when you enter something like a single quote, it inserts a second one that pairs with it, or is it actually inserting a back tick and a single quote?

0 Likes

#4

Not the problem about automatic pairing, that I actually like. But indeed, when I type in ‘, it changes it into `’. Is it a piece of grammar for some programming language? I think sublime detect it wrong, I am just typing latex.

0 Likes

#5

One more thing, it only happens when I am typing in latex file. I tried the same thing in python file, R file and file of no particular type, when I type in ’ it outputs ‘’, which is what I like

0 Likes

#6

I don’t think Sublime has any custom key bindings for LaTeX that would do something like that. I would suggest you check if you have a third party LaTeX package installed, and if so if it has a configuration option to turn that off.

0 Likes

#7

Yes, you are right, it is the plugin “LatexBox”, thanks very much, I have removed the package.

0 Likes