Often times I open multiple projects in sublime text and merge them all in one window. I couldn't figure out a shortcut / command for switching between the project. Is there any way to do this
Example video - https://i.sstatic.net/EAU1i.jpg
It's not currently possible to do this from directly within Sublime itself because Sublime doesn't have its own command that could be bound to a key to make this occur. Such a command is scheduled to be in the next release along with default bindings, although it's unclear when that will happen.
When that build releases, the Window
menu will contain keyboard shortcuts next to the appropriate commands, so checking there is a quick way to see if that is the case or not yet (for people that are finding this question after that release happens).
In the meantime there are instructions in the issue tracker for Sublime that's tracking this issue in the issue titled Enable keyboard control of native tabs in MacOS:
- go to
System Preferences
->Keyboard
->Shortcuts
- select
App Shortcuts
on the left pane- click the plus (
+
) sign underneath the right pane- if wanted: select the application
Sublime Text
- type the exact menu title (
Show Previous Tab
,Show Next Tab
, etc)- pick the shortcut
click
Add
repeat 3-7 for each menu item you'd like to add support for