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?
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
.