docs/workspaces/command-bar.mdx
The command bar is the central hub for navigating and controlling your workspace. Access every action quickly without leaving the keyboard.
| Platform | Shortcut |
|---|---|
| Mac | Cmd + K |
| Windows/Linux | Ctrl + K |
You can also click the command bar icon in the navbar.
Access these from the root command bar page:
| Command | Description |
|---|---|
| New Workspace | Create a new workspace |
| Open in IDE | Open the workspace in your configured editor |
| Copy Path | Copy the workspace path to clipboard |
| Toggle Dev Server | Start or stop the dev server |
| Open in Old UI | Switch to the classic kanban interface |
| Feedback | Send feedback about Workspaces |
| Workspaces Guide | Open the onboarding guide |
| Settings | Open application settings |
Manage the current workspace:
| Command | Description |
|---|---|
| Start Review | Begin a code review session |
| Rename Workspace | Change the workspace name |
| Duplicate Workspace | Create a copy of the workspace |
| Pin/Unpin Workspace | Toggle pinned status |
| Archive/Unarchive | Move to/from archive |
| Delete Workspace | Permanently delete the workspace |
| Run Setup Script | Execute the repository setup script |
| Run Cleanup Script | Execute the repository cleanup script |
Perform git operations:
| Command | Description |
|---|---|
| Create Pull Request | Open PR creation dialog |
| Merge | Pull target branch changes into your working branch |
| Rebase | Rebase your working branch onto target branch |
| Change Target Branch | Switch the merge target |
| Push | Push commits to remote (when applicable) |
Control panel visibility:
| Command | Description |
|---|---|
| Toggle Left Sidebar | Show/hide workspace list |
| Toggle Chat Panel | Show/hide conversation |
| Toggle Right Sidebar | Show/hide details |
| Toggle Changes Panel | Show/hide code changes |
| Toggle Logs Panel | Show/hide process logs |
| Toggle Preview Panel | Show/hide browser preview |
Customise the diff viewer (available when changes panel is visible):
| Command | Description |
|---|---|
| Toggle Diff View Mode | Switch between unified and side-by-side |
| Toggle Wrap Lines | Enable/disable line wrapping |
| Toggle Ignore Whitespace | Show/hide whitespace changes |
| Expand All Diffs | Expand all collapsed diffs |
| Collapse All Diffs | Collapse all expanded diffs |
For workspaces with multiple repositories, manage individual repos:
| Command | Description |
|---|---|
| Copy Repo Path | Copy specific repository path |
| Open Repo in IDE | Open just this repository |
| Repository Settings | Configure repository options |
| Create PR (repo) | Create PR for specific repo |
| Merge (repo) | Merge specific repository |
| Rebase (repo) | Rebase specific repository |
| Change Target Branch (repo) | Change target for specific repo |
| Shortcut | Action |
|---|---|
Cmd/Ctrl + K | Open command bar |
Escape | Close command bar or dialog |
The command bar organises commands into pages:
Use the search field to filter commands across all pages, or navigate to specific pages for categorised access.
<Info> Start typing to search for any command. The command bar uses fuzzy matching, so you don't need to type the exact command name. </Info>| Shortcut | What It Does |
|---|---|
Cmd/Ctrl + K → n → Enter | New workspace |
Cmd/Ctrl + K → pr → Enter | Create pull request |
Cmd/Ctrl + K → changes → Enter | Toggle changes panel |
Cmd/Ctrl + K → preview → Enter | Toggle preview panel |
Cmd/Ctrl + K → ide → Enter | Open in your IDE |
nw matches "New Workspace"cpr matches "Create Pull Request"tog prev matches "Toggle Preview Panel"reb matches "Rebase"
</Accordion>
Cmd/Ctrl + Ktoggle