Summary
Support Cmd+P to quickly switch between projects, similar to VS Code's project switcher.
Current Behavior
No keyboard shortcut for fast project switching. Users must navigate manually through the UI.
Expected Behavior
Pressing Cmd+P opens a fuzzy search overlay listing all known projects (recently opened, pinned, etc.). Typing narrows the list; pressing Enter switches to the selected project.
Motivation
Frequent project switching is a core workflow for terminal multiplexer users. A keyboard-driven quick switcher significantly reduces friction compared to mouse-based navigation.
Summary
Support
Cmd+Pto quickly switch between projects, similar to VS Code's project switcher.Current Behavior
No keyboard shortcut for fast project switching. Users must navigate manually through the UI.
Expected Behavior
Pressing
Cmd+Popens a fuzzy search overlay listing all known projects (recently opened, pinned, etc.). Typing narrows the list; pressing Enter switches to the selected project.Motivation
Frequent project switching is a core workflow for terminal multiplexer users. A keyboard-driven quick switcher significantly reduces friction compared to mouse-based navigation.