Add 'Quick Switch Project...' shortcut in Sublime text

0 votes
1,142 views
added Nov 1, 2017 in Software & tools by LC Marshal Captain (25,790 points)
  1. Open Sublime text
  2. Preferences > Key bindings 
  3. Edit on 'Default (Windows).sublime-keymap__User ' 
  4. Add the following codes in between [..]
  5. { "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace" }
  6. Save and baamm
lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...