Block Basics
The basics of creating, selecting, and navigating between Blocks.
The Basics
Blocks group your command and command output
The Input Editor is fixed to the bottom.
Blocks grow from bottom to the top.
Blocks are color-coded. Blocks that quit with a non-zero exit code have a red background and red sidebar.\
Create A Block
Execute a command (type
ls
and hitENTER
) in the Input Editor at the bottom of the screen.Your command and output is grouped into a Block.
Try executing a different command (type
echo hello
and hit enter).Warp adds your newly created Block to the bottom (directly above the input editor).
Select a Single Block
Using your mouse: click on a Block.
Or using your keyboard: hit
CMD-UP
to select the most recently executed Block and use theUP β
andDOWN β
arrow keys to navigate to the desired Block.
Select Multiple Blocks
Click another Block while holding
CMD
to toggle the selection of that Block, orClick another Block while holding
SHIFT
to select a range of Block, orUse
SHIFT-UP β
orSHIFT-DOWN β
to expand the active selection (the Block with the thicker border) up or down, respectively.
Navigate Between Blocks
Either scroll using your mouse or the scrollbar, or
Select a Block and use the
UP β
andDOWN β
arrow keys.
When the output of a command is cut-off, Warp creates a βsnack barβ that displays the command the Block corresponds to. Clicking the "snack bar" will scroll the screen to the start of the Block.
Last updated
Was this helpful?