What's in this Warp cheat sheet
Over 100 verified default shortcuts per platform, grouped the way you actually use them. Warp is a terminal, so the interesting bindings are not the copy-and-paste ones — they are blocks (Warp's unit of command plus output), panes, the command palette, and the surprisingly deep input editor, which supports Emacs-style motion, multiple cursors and code folding on the command line.
Use the platform tabs below to switch between macOS and Windows/Linux, and the search box to jump to a key or an action name. Every row also lists Warp's internal action identifier where it is useful, because that is the exact string you need when writing a custom keybindings.yaml.
The one thing to know first
Warp's macOS keyset and its Windows/Linux keyset are genuinely different, not just Cmd swapped for Ctrl. Most Mac ⌘ bindings become Ctrl+Shift on Windows and Linux, and several actions that have a default on macOS ship unbound on Windows and Linux — the launch configuration palette, the theme picker, the navigation palette and all four pane-resize commands among them. Those are marked below so you know to assign them yourself rather than hunt for a key that does not exist. Windows and Linux share one identical keyset.
Warp Agent Mode shortcuts (September 2026)
Last verified 2 September 2026 against Warp's keyboard shortcuts reference and the Terminal and Agent modes docs. Warp is now an agentic terminal: Cmd+Enter (Mac) or Ctrl+Shift+Enter (Windows/Linux) starts a new agent conversation from the prompt — the same as typing /agent. Option+Cmd+Enter / Ctrl+Alt+Enter starts a cloud agent. Esc returns you to the terminal. In conversation view, press ? to show the in-app shortcut panel.
On Windows and Linux, Ctrl+Shift+Enter is also the default for maximize pane, and Ctrl+Shift+I is both Agent auto-accept and “reinput selected command.” If one chord does the wrong thing, remap it. Ctrl+I is Warpify Subshell and the Agent/shell toggle on Windows and Linux — remap if they collide. Pair this page with Claude Code shortcuts and OpenCode shortcuts if you run those agents inside Warp.