Modern Text Editing
Unlike other terminals, Warp’s input editor operates out of the box like a modern IDE and the text editors we’re used to.
Last updated
Was this helpful?
Unlike other terminals, Warp’s input editor operates out of the box like a modern IDE and the text editors we’re used to.
Last updated
Was this helpful?
Warp supports soft wrapping in the input editor. If an autosuggestion goes off-screen, the input editor will be horizontally scrollable to make it visible. Some operations treat soft-wrapped lines like a logical line (TRIPLE-CLICK
) while other operations treat soft wrapped lines like visible different lines (UP
/DOWN
, SHIFT-UP
/SHIFT-DOWN
).
Warp supports copy on select for selectable text within .
Toggle this feature Settings > Features > General
or search for "Copy on select" in the .
Warp can automatically complete quotes, brackets, and parentheses like you're used to in IDEs.
Toggle this feature Settings > Features > Editor
or search for "Autocomplete quotes" in the .
ESCAPE
Closes the input suggestions or history menu
CTRL-L
Clears the terminal
CTRL-H
Backspace
CTRL-C
Clear the entire editor buffer
CTRL-U
Copy and Clear the current line
CMD-SHIFT-K
Clear selected lines
CMD-C
, CMD-X
, CMD-V
Copy, cut, paste
CTRL-W
/ OPT-D
Cut the word to the left / right of the cursor
OPT-BACKSPACE
/ OPT-D
Delete the word to the left / right of the cursor
CTRL-K CMD-DELETE
Delete everything to the right of the cursor
OPT-LEFT
/ OPT-RIGHT
Move to the beginning of the previous / next word
CTRL-OPT-LEFT
/ CTRL-OPT-RIGHT
Move backward / forward by one subword
CMD-LEFT
CTRL-A
/ CTRL-E
CMD-DOWN
CMD-RIGHT
Move the cursor to the start / end of the line
SHIFT-LEFT
/ SHIFT-RIGHT
Select the character to the left / right of the cursor
OPT-SHIFT-LEFT
/ OPT-SHIFT-RIGHT
Select the word to the left / right of the cursor
CMD-SHIFT-LEFT
/ CMD-SHIFT-RIGHT
Select everything to the left / right of the cursor
SHIFT-UP
/ SHIFT-UP
Select everything above / below the cursor
CMD-A
Select the entire editor buffer
SHIFT-ENTER
CTRL-ENTER
OPT-ENTER
Insert newline
CTRL-R
CMD-D
Split pane