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-03 20:26:37 -07:00 committed by GitHub
parent e17f307189
commit 66d0cdfd91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",