How to use sidebar with the keyboard in Sublime Text 2 and 3?

前端 未结 13 1189
我寻月下人不归
我寻月下人不归 2021-01-29 17:57

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

13条回答
  •  爱一瞬间的悲伤
    2021-01-29 18:44

    enter this shortcode on Preference->Key Binding

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

    now save it press "ctrl+\\" for toggle the sidebar

提交回复
热议问题