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