> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Keyboard shortcuts

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

## <kbd>Esc</kbd> to interrupt generation

<Badge color="blue">Available in Piebald Basic (Free)</Badge>

In Piebald, you can hit <kbd>Esc</kbd> at any time to interrupt generation:

<MuxVideo playbackId="PWrmtMpqTFsK3IUNj00FpPk6uhzCdGtYbACSQYBxB1JM" title="Hit 'Esc' to interrupt generation" />

Interrupting tool calls is also supported:

<MuxVideo playbackId="Af5Vd02VE013ClCaGDX3TJXmvYba5xuuDWM2yTuI3JXLI" title="Tool calls are now interruptible" />

## <kbd>Ctrl</kbd> + <kbd>R</kbd> to trigger reverse incremental prompt search

<Badge color="green">Available in [Piebald Pro](https://piebald.ai/pricing)</Badge>

Piebald features a terminal-/shell-like reverse incremental prompt search. You can search past prompts while in the message input by presssing <kbd>Ctrl</kbd>+<kbd>R</kbd> and then typing a portion of a past prompt. A link will also be displayed to the chat that contains the original message .

Here's a demo:

<MuxVideo playbackId="htAP01YWa8KqN5uI5gIgA5O02hsPtofy401JR002nf4AzpQ" title="Ctrl+R prompt search (Pro)" />

## <kbd>Ctrl</kbd> + <kbd>-</kbd>, <kbd>Ctrl</kbd> + <kbd>=</kbd>, and <kbd>Ctrl</kbd> + <kbd>0</kbd> for controlling font size zoom

<Badge color="blue">Available in Piebald Basic (Free)</Badge>

You can use these keyboard shortcuts for easy font size control:

* <kbd>Ctrl</kbd> + <kbd>-</kbd> to decrease the font size.
* <kbd>Ctrl</kbd> + <kbd>=</kbd> to increase the font size.
* <kbd>Ctrl</kbd> + <kbd>0</kbd> to reset the font size.
