Keyboard Shortcuts
IDE-style keyboard shortcuts for the CLI-JAW Electron desktop app.
These shortcuts are only available in the Electron desktop app, not in the web browser UI.
Tab Management
| Shortcut | Action |
Cmd+W | Close focused tab (browser/terminal/sidebar). App stays open. |
Cmd+1 | Switch to Overview tab |
Cmd+2 | Switch to Preview tab |
Cmd+3 | Switch to Logs tab |
Cmd+4 | Switch to Settings tab |
Cmd+Shift+[ | Previous tab |
Cmd+Shift+] | Next tab |
Panels
| Shortcut | Action |
Cmd+B | Toggle right sidebar |
Cmd+Shift+B | Toggle left sidebar (instances) |
Cmd+J | Toggle bottom panel |
Cmd+Shift+E | Open folder panel |
Cmd+Shift+D | Open diff panel |
Ctrl+Shift+` | Focus terminal |
Browser Panel
| Shortcut | Action | Scope |
Cmd+L | Focus URL bar | Browser focused |
Cmd+R | Reload page | Browser focused |
Cmd+Shift+R | Hard reload | Browser focused |
Cmd+Left | Navigate back | Browser focused |
Cmd+Right | Navigate forward | Browser focused |
Terminal
| Shortcut | Action | Scope |
Cmd+K | Clear terminal buffer | Terminal focused |
Cmd+T | New terminal tab | Terminal focused |
Zoom
| Shortcut | Action |
Cmd+= | Zoom in |
Cmd+- | Zoom out |
Cmd+0 | Reset zoom |