Sublime Forum

Remove yellow 'bands' on the left

#1

Hi,

I purchased Sublime for simple copywriting (‘prose’ as said in the advertisement), not code, and started to read the documentation and could customize the font and the size :slight_smile:

How are called the thin light yellow ‘bands’ on the left and how can I remove them?

0 Likes

#2

That’s the incremental diff functionality showing you where you’ve made changes to the file; additions, removals and modifications. The colors used and the width of the markers are controlled by the color scheme.

The setting you want for that is mini_diff:

	// 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,
1 Like

#3

Many thanks for your help and the link. Much appreciated. I achieved to remove the incremental diff.

0 Likes