Sublime Forum

Remove / Disable Colored lines

#1

How and where do I disable to colored lines that show on the left side of my code?
TIA

0 Likes

#2

Without a screenshot to show what it is you’re actually seeing, this is a shot in the dark but you may want to try turning off this setting:

	// Indicate modified lines in the gutter
	// - true: Enables modified line indicators on all files
	// - "auto": Enables modified line indicators on tracked files within Git
	// - false: Disables modified line indicators
	"mini_diff": true,
0 Likes

#3

Hopefully this helps.

Thank you

0 Likes

#4

That is definitely the incremental diff, and the mini_diff setting I outlined above can be used to turn it off.

The feature itself is documented here: https://www.sublimetext.com/docs/incremental_diff.html

1 Like

#5

Sorry for the super late reply but thank you very much.

1 Like

#6

Hello, I have the mini diff in the settings as it should be, started a new python file and now I get the attached. If I exit Sublime and come back into the file it’s clean and no lines but as I add lines the colored one’s appear.

0 Likes

#7

Have you tuned mini_diff off?

0 Likes

#8

I must have changed it not noticed it, went back and made it false.
Thank you

0 Likes