How can I hide and unhide the project folder tree in sublime-text

Dave Gault picture Dave Gault · Aug 6, 2012 · Viewed 25.2k times · Source

I can no longer see the project folder navigation tree on the left side of my interface.

I suspect I have hit some shortcut by accident that made it go away.

What are the shortuts to make the project folder navigation tree hide and unhide in sublime text?

Answer

cn007b picture cn007b · Jun 26, 2015

By default:

{ "keys": ["ctrl+k", "ctrl+b"], "command": "toggle_side_bar" },

You can reach this settings at main menu: Preferences -> Key Bindings - Default.
and you can override as you like, at main menu: Preferences -> Key Bindings - User.