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.
Text Editor Input also works for SSH sessions.
Soft Wrapping
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
).
Copy on Select
Warp supports copy on select for selectable text within Blocks.
Toggle this feature
Settings > Features > General
or search for "Copy on select" in the Command Palette.
Autocomplete Quotes, Parentheses, and Brackets
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 Command Palette.
How to use it
Keyboard binding | Shortcut description |
---|---|
| Closes the input suggestions or history menu |
| Clears the terminal |
| Backspace |
| Clear the entire editor buffer |
| Copy and Clear the current line |
| Clear selected lines |
| Copy, cut, paste |
| Cut the word to the left / right of the cursor |
| Delete the word to the left / right of the cursor |
| Delete everything to the right of the cursor |
| Move to the beginning of the previous / next word |
| Move backward / forward by one subword |
| Move the cursor to the start / end of the line |
| Select the character to the left / right of the cursor |
| Select the word to the left / right of the cursor |
| Select everything to the left / right of the cursor |
| Select everything above / below the cursor |
| Select the entire editor buffer |
| Insert newline |
| |
| Split pane |
How it Works
Last updated