我怎样才能像在 VS.NET 中那样在 windows 之间切换?

How can I tab between windows like in VS.NET?

似乎在 Atom 中 CTRL-TAB 通过 windows 简单循环打开 windows。在 VS.NET 中,当您按 CTRL-TAB 时,您会在当前活动和最近活动的 window 之间切换(您通过 TAB 浏览您的历史记录,而不是通过打开的列表 windows)。

这在 Atom 中可以实现吗?

如果我没理解错的话,你是 Tab Switcher 包裹,根据描述:

Tab Switcher reorders your tabs according to least recent usage, making it easier to switch between active tabs.

Tab 切换器默认不使用 CTRL-TAB,但使用 alt+[ 用于上一个选项卡,alt+] 用于下一个选项卡。另一个使用开箱即用的 CTRL-TAB 功能的软件包是 sensible-tab.

GitHub 中正在讨论此主题:https://github.com/atom/atom/issues/5344