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

# Navigation & shortcuts

<Frame>
  <iframe src="https://www.youtube.com/embed/2nKPYQLf-Ps" title="Navigation & shortcuts" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

In this lesson, you'll learn the key shortcuts and navigation techniques to move through Parabola faster — from canvas navigation and step-level shortcuts to copy-pasting steps across flows and working with drafts.

For the full list of keyboard shortcuts — including new ones as they're released — visit the [keyboard shortcuts reference](https://parabola.io/docs/product/canvas/keyboard-shortcuts).

***

<Card icon="sparkles" title="Building challenge">
  Open your starter flow and try out the shortcuts covered in this lesson.

  <Warning>Haven't created your sample flow yet? Return to the [previous lesson](/parabola-university/301/advanced-building/1-course-overview).</Warning>

  <Steps>
    <Step title="Canvas navigation">
      * Press **F** to frame all steps on the canvas
      * Hold **Control** and scroll up or down to zoom in and out
      * Click the **mini map** button in the bottom right to get a bird's-eye view of all steps
      * Click the **Auto arrange** button in the bottom right to tidy up your layout
    </Step>

    <Step title="Working with steps">
      * Click a step to select it, then press **Spacebar** to open it. Press **Escape** to close.
      * Press **D** to duplicate a selected step
      * Press **Delete** to remove a step — downstream steps stay connected
      * Press **Cmd+Z** to undo and **Cmd+Y** to redo
    </Step>

    <Step title="Multi-step actions">
      * Hold **Shift** and click multiple steps to select them at once
      * Right-click a selection to add all steps to a card, duplicate them, or delete them
    </Step>

    <Step title="Search and copy">
      * Press **S** to open the search bar and quickly find any step
      * Select one or more steps and press **Cmd+C** to copy them. Open another flow and press **Cmd+V** to paste them in.
    </Step>

    <Step title="Work safely with drafts">
      * Click the down arrow next to your flow name and select **Create a new draft**
      * Make changes in the draft without affecting your live flow
      * When you're done, click **Publish draft** to replace the live version — or discard the draft to abandon your changes
    </Step>
  </Steps>
</Card>
