KeyBindr
Map your own →
Categories
0 keys assigned
Hotkey Summary

No hotkeys loaded.

Warp Terminal Keyboard Shortcuts

Browse Warp Terminal keyboard shortcuts on an interactive keyboard map. AI features, blocks, pane management, and input editor shortcuts — free on KeyBindr, no signup required.

59 shortcuts · interactive map above · map your own on KeyBindr · browse all templates

Essentials

Ctrl + R
Cmd Search — Fuzzy-search command history; Ctrl+Shift+R = Workflows
Ctrl + `
AI Generate — Open AI generation prompt (Ctrl+`)
Ctrl + I
Warpify — Warpify subshell (attach Warp UI to a running shell)
Ctrl + Shift + P
Cmd Palette — Toggle Command Palette
Ctrl + Shift + \
Warp Drive — Open Warp Drive — saved commands & shared workflows
Ctrl + Shift + D
Split Right — Split active pane to the right
Ctrl + Shift + E
Split Down — Split active pane downward
Ctrl + Shift + Enter
Max Pane — Toggle maximize active pane
Ctrl + Shift + [
Prev Pane — Activate previous pane
Ctrl + Shift + ]
Next Pane — Activate next pane
Ctrl + Alt + ←
Pane Left — Switch panes left
Ctrl + Alt + →
Pane Right — Switch panes right
Ctrl + Alt + ↑
Pane Up — Switch panes up
Ctrl + Alt + ↓
Pane Down — Switch panes down
Ctrl + Shift + T
New Tab — Open a new tab
Ctrl + 1
Tab 1 — Switch to tab 1 (Ctrl+1–9 switches tabs 1–9)
Ctrl + PgUp
Prev Tab — Activate previous tab
Ctrl + PgDn
Next Tab — Activate next tab
Ctrl + Shift + L
Focus Input — Focus the terminal input editor
Ctrl + ,
Settings — Open Settings
Ctrl + Shift + F
Find — Find in terminal output
Ctrl + -
Font – — Decrease font size
Ctrl + =
Font + — Increase font size
Ctrl + 0
Font Reset — Reset font size to default
Ctrl + Shift + C
Copy — Copy selected text (Ctrl+Shift+C)
Ctrl + Shift + V
Paste — Paste from clipboard (Ctrl+Shift+V)

Blocks

Ctrl + ↑
Prev Block — Select the previous block
Ctrl + ↓
Next Block — Select the next block
Ctrl + Shift + A
All Blocks — Select all blocks
Ctrl + Shift + K
Clear — Clear all blocks from the terminal
Ctrl + Shift + B
Bookmark — Bookmark the selected block
Ctrl + Shift + I
Reinput — Reinput selected commands into the editor
Ctrl + Shift + S
Share — Share the selected block via Warp
Ctrl + Shift + Alt + C
Copy Output — Copy command output of selected block
PgUp
Scroll Up — Scroll up one page
PgDn
Scroll Down — Scroll down one page
Home
Scroll Top — Scroll to top of terminal output
End
Scroll Bot — Scroll to bottom of terminal output

Input Editor

Ctrl + ←
Prev Word — Move cursor backward one word
Ctrl + →
Next Word — Move cursor forward one word
Home
Line Start — Move cursor to start of line
End
Line End — Move cursor to end of line
Ctrl + B
← Char — Move cursor left one character (emacs: Ctrl+B)
Ctrl + F
→ / Accept — Move right one char / accept autosuggestion (Ctrl+F)
Ctrl + N
↓ Line — Move cursor down — useful in multiline editor (Ctrl+N)
Ctrl + P
↑ Line — Move cursor up — useful in multiline editor (Ctrl+P)
Ctrl + E
End of Line — Move cursor to end of line (emacs: Ctrl+E)
Ctrl + A
Select All — Select all text in the editor
Ctrl + Z
Undo
Ctrl + U
Copy & Clear — Copy and clear selected lines from the editor
Ctrl + W
Cut Word ← — Cut word to the left of cursor
Ctrl + K
Cut → End — Cut all text to the right of cursor
Ctrl + H
Backspace — Remove the previous character (emacs: Ctrl+H)
Ctrl + D
Delete — Delete character to the right (emacs: Ctrl+D)
Ctrl + J
Newline — Insert a newline (multiline editor)
Ctrl + L
Clear Screen — Clear the terminal screen
Ctrl + C
Clear Input — Clear the command editor
Ctrl + Backspace
Del Word ← — Delete word to the left of cursor
Ctrl + Del
Del Word → — Delete word to the right of cursor