Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable touch bar in Sublime

Tags:

sublimetext3

How can I deactivate Touch Bar in Sublime Text 3 on Macbook Pro OS X?

like image 452
Punnerud Avatar asked Sep 14 '17 12:09

Punnerud


1 Answers

Navigate to Sublime Text -> Preferences -> Settings , and add this to the User Preferences:

{
    "show_navigation_bar": false
}

enter image description here User Preferences

like image 63
Punnerud Avatar answered Oct 13 '22 16:10

Punnerud