sidebar: More vim actions (#53419)

Release Notes:

- N/A or Added/Fixed/Improved ...
This commit is contained in:
Cameron Mcloughlin 2026-04-09 17:15:28 +01:00 committed by GitHub
parent b150663d45
commit d80ed54884
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1148,6 +1148,11 @@
"g g": "menu::SelectFirst",
"shift-g": "menu::SelectLast",
"/": "agents_sidebar::FocusSidebarFilter",
"d d": "agent::RemoveSelectedThread",
"o": "agents_sidebar::NewThreadInGroup",
"shift-o": "agents_sidebar::NewThreadInGroup",
"] p": "multi_workspace::NextProject",
"[ p": "multi_workspace::PreviousProject",
"z a": "editor::ToggleFold",
"z c": "menu::SelectParent",
"z o": "menu::SelectChild",