mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
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:
parent
e17f307189
commit
66d0cdfd91
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue