Remocode Keyboard Shortcuts Cheatsheet
Mastering keyboard shortcuts is the fastest way to become productive in Remocode. This cheatsheet covers every shortcut with explanations and practical usage tips.
Tab Management
| Shortcut | Action | Description | |----------|--------|-------------| | ⌘T | New tab | Opens a new terminal tab with a fresh shell session | | ⌘W | Close tab | Closes the currently active tab or pane | | ⌘⇧] | Next tab | Switches to the next tab to the right | | ⌘⇧[ | Previous tab | Switches to the previous tab to the left |
Tips for tab management:
- ●Use tabs for unrelated tasks — each tab maintains its own directory and shell state
- ●Name your workflow mentally: "Tab 1 is frontend, Tab 2 is backend, Tab 3 is DevOps"
- ●Closing the last tab in a window does not quit Remocode
Split Pane Controls
| Shortcut | Action | Description | |----------|--------|-------------| | ⌘D | Split right | Divides the current pane with a vertical split | | ⌘⇧D | Split down | Divides the current pane with a horizontal split |
Tips for splits:
- ●Click a pane to make it active before typing
- ●Each split pane is an independent shell — you can run different commands in each
- ●Combine
⌘Dand⌘⇧Dto create custom layouts:
Single pane: After ⌘D: After ⌘⇧D on right:
┌────────────┐ ┌──────┬──────┐ ┌──────┬──────┐
│ │ │ │ │ │ │ R1 │
│ │ → │ L │ R │ → │ L ├──────┤
│ │ │ │ │ │ │ R2 │
└────────────┘ └──────┴──────┘ └──────┴──────┘Workspace
| Shortcut | Action | Description | |----------|--------|-------------| | ⌘⇧W | New workspace | Creates a 2x2 grid of four terminal panes |
When to use a workspace:
- ●Starting a new project session
- ●Setting up a development environment with server, tests, git, and AI
- ●Replacing your existing layout with a clean 2x2 grid
AI Panel
| Shortcut | Action | Description | |----------|--------|-------------| | ⌘⇧A | Toggle AI panel | Opens or closes the AI assistant panel |
Tips for the AI panel:
- ●The AI panel shares screen space with your terminal panes
- ●Use it alongside splits for simultaneous coding and AI assistance
- ●Access settings from the ⚙ gear icon within the panel
Zoom Controls
| Shortcut | Action | Description | |----------|--------|-------------| | ⌘= | Zoom in | Increases font size across all panes | | ⌘- | Zoom out | Decreases font size across all panes | | ⌘0 | Reset zoom | Returns to the default font size |
When to zoom:
- ●Zoom in when presenting your screen or pair programming
- ●Zoom out when you need more visible lines in split panes
- ●Reset when things look off after multiple zoom adjustments
Quick Reference Card
Print or bookmark this compact reference:
TABS
⌘T New tab
⌘W Close tab/pane
⌘⇧] Next tab
⌘⇧[ Previous tab
SPLITS
⌘D Split right
⌘⇧D Split down
WORKSPACE
⌘⇧W New 2x2 workspace
AI
⌘⇧A Toggle AI panel
ZOOM
⌘= Zoom in
⌘- Zoom out
⌘0 Reset zoomBuilding Muscle Memory
The most important shortcuts to memorize first are:
- ●`⌘⇧A` — you will toggle the AI panel constantly
- ●`⌘D` and `⌘⇧D` — split panes are fundamental to the Remocode workflow
- ●`⌘T` and `⌘W` — tab management is second nature within a day
Start by consciously using these three pairs for a week. By the end, they will be automatic. Then layer in workspace creation (⌘⇧W), tab navigation (⌘⇧[ and ⌘⇧]), and zoom controls.
You can also revisit this reference at any time from Help > Getting Started in the Remocode menu bar, which includes a slide dedicated to keyboard shortcuts.
Ready to try Remocode?
Start with a 7-day Pro trial — no credit card required. Download now and start coding with AI from anywhere.
Download Remocodefor macOS