# Command Palette

<figure><img src="https://4009768362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPsjNxoJ0NFCXW6rRdHH3%2Fuploads%2Fgit-blob-4c11592c5193014fb17df1dbdbd8670a118234f3%2Fcommand-palette-panel.png?alt=media" alt=""><figcaption><p>Command Palette Panel</p></figcaption></figure>

## How to access it

{% tabs %}
{% tab title="macOS" %}
You can access the Command Palette with the keyboard shortcut `CMD-P`.
{% endtab %}

{% tab title="Windows" %}
You can access the Command Palette with the keyboard shortcut `CTRL-SHIFT-P`.
{% endtab %}

{% tab title="Linux" %}
You can access the Command Palette with the keyboard shortcut `CTRL-SHIFT-P`.
{% endtab %}
{% endtabs %}

## How it works

* Start typing to search for workflows, notebooks, keyboard shortcuts, actions, toggles, etc.
* Activate a specific filter, by clicking on the filter buttons or prepending your search with the following:
  * `workflows:` or `w:` will filter for [Workflows](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/workflows).
  * `prompts:` or `p:` will filter for [Prompts](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/prompts).
  * `notebook:` or `n:` will filter for [Notebooks](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/notebooks).
  * `env_vars:` will filter for [Environment Variables](https://docs.warp.dev/knowledge-and-collaboration/warp-drive/environment-variables).
  * `files:` will filter for local files.
  * `drive:` will filter for [Warp Drive](https://docs.warp.dev/knowledge-and-collaboration/warp-drive).
  * `actions:` will filter for Warp-specific actions like settings and features.
  * `sessions:` will filter for active sessions with [Session Navigation](https://docs.warp.dev/terminal/sessions/session-navigation).
  * `launch_configs:` will filter for [Launch Configurations](https://docs.warp.dev/terminal/windows/launch-configurations).

{% embed url="<https://www.loom.com/share/0e6108b295234637a0bb20cc941976e9?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true>" %}
Command Palette Demo
{% endembed %}
