Add sidebar collapse shortcut

This commit is contained in:
2026-05-08 08:36:58 -04:00
parent c14f061d52
commit 43ab4be548
7 changed files with 260 additions and 18 deletions
+2
View File
@@ -28,6 +28,7 @@ actions!(
SplitRight,
ToggleFavoriteTab,
TogglePinnedTab,
ToggleSidebar,
]
);
@@ -52,6 +53,7 @@ fn main() {
MenuItem::action("Split Right", SplitRight),
MenuItem::separator(),
MenuItem::action("Command Mode", FocusCommandMode),
MenuItem::action("Toggle Sidebar", ToggleSidebar),
MenuItem::separator(),
MenuItem::action("Close Tab", CloseCurrentTab),
MenuItem::separator(),