-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Tab Configs should be accessible via Command Palette and keyboard shortcuts #9176
Copy link
Copy link
Open
Labels
area:launch-configsLaunch configurations, workflows, tab configs, and automation entry points.Launch configurations, workflows, tab configs, and automation entry points.area:searchGlobal search, command palette, and content discovery.Global search, command palette, and content discovery.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.enhancementNew feature or request.New feature or request.ready-to-specThe issue is ready for a product and technical spec.The issue is ready for a product and technical spec.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:launch-configsLaunch configurations, workflows, tab configs, and automation entry points.Launch configurations, workflows, tab configs, and automation entry points.area:searchGlobal search, command palette, and content discovery.Global search, command palette, and content discovery.area:settings-keybindingsSettings UI, preferences, keybindings, and keyboard-shortcut management.Settings UI, preferences, keybindings, and keyboard-shortcut management.enhancementNew feature or request.New feature or request.ready-to-specThe issue is ready for a product and technical spec.The issue is ready for a product and technical spec.repro:highThe report includes enough evidence that the issue appears highly reproducible.The report includes enough evidence that the issue appears highly reproducible.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Pre-submit Checks
Describe the solution you'd like?
Tab Configs (the new recommended system) should be accessible via keyboard shortcuts, just like the legacy Launch Configurations are.
Current behavior:
Tab Configs (.toml files in ~/.warp/tab_configs/) are only accessible by clicking the + button or right-clicking it
Legacy Launch Configurations (.yaml files) are accessible via:
Command Palette (Cmd+P → "Launch Configuration")
Direct keyboard shortcut (Cmd+Ctrl+L)
Menu bar (File → Launch Configurations)
Requested behavior:
Tab Configs should appear in:
The Command Palette when searching for "tab config" or the config name
The existing Cmd+Ctrl+L shortcut (alongside or replacing Launch Configurations)
Ideally, allow assigning custom keyboard shortcuts to individual Tab Configs
Why this matters
Tab Configs are positioned as the recommended replacement for Launch Configurations
Warp markets itself as a modern, keyboard-first terminal
Forcing users to use the mouse to access the new system is a regression from the old system
Many workflows rely on quick keyboard access to switch between project environments
Current workaround
Users must continue using the legacy Launch Configurations (YAML) to get keyboard access, which defeats the purpose of migrating to the new Tab Configs system.
Is your feature request related to a problem? Please describe.
Yes. I want to quickly launch pre-configured development environments using only the keyboard. The new Tab Configs format is better (TOML vs YAML), but I can't use it without breaking my keyboard-driven workflow.
Additional context
No response
Operating system (OS)
macOS
How important is this feature to you?
4
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
None