Sublime Forum

Select and replace

#1

I have following line of code:
subprocess.Popen(“uptime”)

and when select word uptime or uptime with quotes and then type “” I get quotes on both ends of this literal. Like this: ““uptime””.
In other words instead of replacing of what was selected and with what I type Sublime Text adds quotes around the selection.
Is there a way to tune parameters and switch off this smartness?

Leonid

0 Likes