vim: Add ctrl-w a (#24162)

Closes #ISSUE

Release Notes:

- vim: Add `ctrl-w a` to close all items in the current pane
This commit is contained in:
Conrad Irwin
2025-02-04 03:26:37 +00:00
committed by GitHub
parent e17f307189
commit 66d0cdfd91
+2
View File
@@ -615,6 +615,8 @@
"ctrl-w c": "pane::CloseActiveItem",
"ctrl-w ctrl-q": "pane::CloseActiveItem",
"ctrl-w q": "pane::CloseActiveItem",
"ctrl-w ctrl-a": "pane::CloseAllItems",
"ctrl-w a": "pane::CloseAllItems",
"ctrl-w ctrl-o": "workspace::CloseInactiveTabsAndPanes",
"ctrl-w o": "workspace::CloseInactiveTabsAndPanes",
"ctrl-w ctrl-n": "workspace::NewFileSplitHorizontal",