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?
Go to File -> Open Folder... and select the highest directory you want to be able to navigate. Also, 'View -> Sidebar -> Show Sidebar' if it still doesn't show.
So you'd press Super+K, release the keys, then press Super+B to hide the sidebar.
Global SettingsClick on Preferences -> Settings . By default, all hidden directory/file (starts with . )
Then on sublime text go to view>sidebar>show sidebar. Finally, 3 tabs away from view is a project tab. Click on project> add folder to project.. and then choose the folder you downloaded/unziped to your computer.
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
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With