在 sublime text 3 中的不同项目 windows 之间切换

Switch Between different project windows in sublime text 3

我经常在 sublime text 中打开多个项目,然后将它们全部合并为一个 window。我想不出在项目之间切换的快捷方式/命令。有什么办法可以做到这一点

示例视频 - https://imgur.com/a/6hAPjQx

目前无法直接从 Sublime 本身执行此操作,因为 Sublime 没有自己的命令可以绑定到键来实现此操作。这样的命令计划与默认绑定一起出现在下一个版本中,尽管尚不清楚何时会发生。

当该版本发布时,Window 菜单将在相应命令旁边包含键盘快捷键,因此检查是否有一种快速方法来查看是否是这种情况(对于正在寻找的人)这个问题发生在发布之后)。

同时,在标题为 Enable keyboard control of native tabs in MacOS:

的问题中跟踪此问题的 Sublime 问题跟踪器中有说明
  1. go to System Preferences -> Keyboard -> Shortcuts
  2. select App Shortcuts on the left pane
  3. click the plus (+) sign underneath the right pane
  4. if wanted: select the application Sublime Text
  5. type the exact menu title (Show Previous Tab, Show Next Tab, etc)
  6. pick the shortcut
  7. click Add

    repeat 3-7 for each menu item you'd like to add support for