> For the complete documentation index, see [llms.txt](/llms.txt).
> Markdown versions of each page are available by appending .md to any URL.

# Block Actions

Copy, bookmark, share, search, and filter Blocks using built-in actions.

## Accessing block actions

There are 2 ways you can access Block actions.

1.  Hover over a Block and click the kebab (three dots) button on the right-hand side.
2.  Right-click a Block.

## Copy input / output of block

For command blocks, you can `RIGHT-CLICK` on a Block or click the context menu and copy the Block command, output, or both.

For AI blocks, you can `RIGHT-CLICK` to copy the prompt, output, both, or the entire conversation.

## Sharing a block

Share a block easily with coworkers or teammates by creating a web permalink. This preserves formatting and makes debugging and sharing output easy. See the [Block sharing page](/terminal/blocks/block-sharing/).

## Bookmarking a block

Quickly navigate to important Blocks despite where they are in the terminal history.

-   [macOS](#tab-panel-722)
-   [Windows](#tab-panel-723)
-   [Linux](#tab-panel-724)

Ways to bookmark a Block:

1.  Select **Toggle bookmark** in the block context menu
2.  Use `CMD-B` keybinding to bookmark a selected block

Navigate to a bookmarked Block, by:

-   Clicking on the indicator.  
    The indicator position reflects the approximate position of the Block in the Block history. Hovering over the indicator will give a snapshot of the Block including its prompt, command, and the last two lines of output.
-   Pressing `OPTION-UP` and `OPTION-DOWN`

Ways to bookmark a Block:

1.  Select **Toggle bookmark** in the block context menu
2.  Use `CTRL-SHIFT-B` keybinding to bookmark a selected block

Navigate to a bookmarked Block, by:

-   Clicking on the indicator.  
    The indicator position reflects the approximate position of the Block in the Block history. Hovering over the indicator will give a snapshot of the Block including its prompt, command, and the last two lines of output.
-   Pressing `ALT-UP` and `ALT-DOWN`

Ways to bookmark a Block:

1.  Click on the bookmark icon in the top right corner of a Block
2.  Select **Toggle bookmark** in the block context menu
3.  Use `CTRL-SHIFT-B` keybinding to bookmark a selected block

Navigate to a bookmarked Block, by:

-   Clicking on the indicator.  
    The indicator position reflects the approximate position of the Block in the Block history. Hovering over the indicator will give a snapshot of the Block including its prompt, command, and the last two lines of output.
-   Pressing `ALT-UP` and `ALT-DOWN`

Note

Bookmarks only persist while the session is open, once you close the session they are lost. If you want to save the command and output for later use, [Share the Block](/terminal/blocks/block-sharing/).

## Search within a block

Quickly find important information within a Block. See the [Find page](/terminal/blocks/find/).

-   [macOS](#tab-panel-725)
-   [Windows](#tab-panel-726)
-   [Linux](#tab-panel-727)

With a Block selected, press “Find Within Block” or use `CMD-F` to search within a Block.

With a Block selected, press “Find Within Block” or use `CTRL-SHIFT-F` to search within a Block.

With a Block selected, press “Find Within Block” or use `CTRL-SHIFT-F` to search within a Block.

## Filtering a block

Filter the output lines of a block natively in Warp to quickly focus on a subset of the block. See the [Block filtering page](/terminal/blocks/block-filtering/).

-   [macOS](#tab-panel-728)
-   [Windows](#tab-panel-729)
-   [Linux](#tab-panel-730)

-   Using the keybinding `OPT-SHIFT-F` by default to toggle filtering on the selected or latest block
-   Selecting `Toggle Block Filter` in the block context menu

-   Using the keybinding `ALT-SHIFT-F` to toggle filtering on the selected or latest block
-   Selecting `Toggle Block Filter` in the block context menu

-   Using the keybinding `ALT-SHIFT-F` to toggle filtering on the selected or latest block
-   Selecting `Toggle Block Filter` in the block context menu
