Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I remove SCM file status from the project drawer in Textmate 2

Can I remove these status icons from the files in my project drawer? (i.e. the red x's and green +'s in the image below) I tried removing some SCM bundles from Textmate but that didn't do the trick...

I'm using the latest version of Textmate 2

My project drawer where files have SCM status

like image 297
Peter Berg Avatar asked Jul 12 '13 17:07

Peter Berg


1 Answers

You can add scmStatus = false to your TextMate properties file (~/.tm_properties), that should do the trick.

Source: TextMate's Github issue #1051: "Disable SCM badges".

like image 184
Simon Avatar answered Sep 28 '22 08:09

Simon