When using Sublime Text 2 we tend to open the side bar to navigate thru files/folders in our projects. For that we can use the hotkey ctrl+k ctrl+b (i
enter this shortcode on Preference->Key Binding
[ { "keys": ["ctrl+\\"], "command": "toggle_side_bar" }, ]
now save it press "ctrl+\\" for toggle the sidebar
"ctrl+\\"