Skip to main content
Command bar showing search field and list of available commands
The command bar is the central hub for navigating and controlling your workspace. Access every action quickly without leaving the keyboard.

Opening the Command Bar

You can also click the command bar icon in the navbar.

Available Commands

Quick Actions

Access these from the root command bar page:

Workspace Actions

Manage the current workspace:

Git Actions

Perform git operations:
Git commands are context-aware and only appear when they’re applicable to the current workspace state.

View Options

Control panel visibility:

Diff Options

Customise the diff viewer (available when changes panel is visible):

Repository Actions

For workspaces with multiple repositories, manage individual repos:

Keyboard Shortcuts

Global Shortcuts

Command Bar Navigation

The command bar organises commands into pages:
  1. Root - Quick actions and navigation to other pages
  2. Workspace Actions - Workspace management commands
  3. Git Actions - Version control operations
  4. View Options - Panel visibility toggles
  5. Diff Options - Diff viewer settings
  6. Repo Actions - Per-repository commands (multi-repo workspaces)
Use the search field to filter commands across all pages, or navigate to specific pages for categorised access.
Start typing to search for any command. The command bar uses fuzzy matching, so you don’t need to type the exact command name.

Power User Tips

These commands will speed up your workflow significantly:
The command bar uses fuzzy matching - you can type partial words or abbreviations:
  • nw matches “New Workspace”
  • cpr matches “Create Pull Request”
  • tog prev matches “Toggle Preview Panel”
  • reb matches “Rebase”
Use the command bar to quickly show/hide panels without moving your mouse:
  1. Press Cmd/Ctrl + K
  2. Type toggle
  3. See all toggle options
  4. Select the panel you want to show/hide
Some commands only appear when relevant:
  • Push only shows when you have unpushed commits
  • Rebase only shows when you’re behind target
  • Repo Actions only shows in multi-repo workspaces
  • Diff Options only shows when Changes panel is visible