如何在 Atom 中使用键盘快捷键关闭选项卡?

How to close a tab with a keyboard shortcut in Atom?

我想关闭当前前台文件(选项卡)而不关闭此窗格中的其他项目(设置 window、其他打开的文件)

ctrl-w 绑定到 pane:close 这不符合我的要求。

ctrl-shift-t 绑定到 pane:reopen-closed-item 这与我想要的相反,但我找不到这个

的倒数

我想要一个相当于单击选项卡上的小 x 的键盘快捷键。

我搜索了很多,找不到提供此功能的包或键绑定。

通过一点搜索,我在 atom 论坛中找到了这个讨论,上面写着:

If you search in Settings > Keybindings for “pane” you’ll find that ⌘K⌘W is mapped to pane:close. You can either use that mapping or a new one of your own devising to map to pane:close.

这是linkhttps://discuss.atom.io/t/close-pane-keyboard-shortcut/5701

** ----更新---- **

我在 windows 上下载并安装了 atom,发现 ctrl-w 工作正常,所以我查看了设置,发现它设置为 core:close 命令