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

# Editor Keyboard Shortcuts

> Review keyboard shortcuts for Nuclei templates

The Template Editor is equipped with keyboard shortcuts to make it more efficient. You can use these shortcuts whether you're creating a new template or optimizing an existing one, enabling quicker actions without interfering with your workflow.

Here is a list of the actions, along with their corresponding shortcut keys and descriptions:

| **Action**            | **Shortcut Key**        | **Description**                                              |
| --------------------- | ----------------------- | ------------------------------------------------------------ |
| Save Template         | **CMD + S**             | Saves the current template.                                  |
| Duplicate Template    | **CMD + D**             | Creates a copy of a public template.                         |
| Execute Template      | **CMD + SHIFT + SPACE** | Run a scan with the current template.                        |
| Share Template Link   | **ALT + SHIFT + SPACE** | Generates a URL for sharing the current template.            |
| Search Templates      | **CMD + K**             | Searches within your own templates.                          |
| Copy Template         | **CMD + SHIFT + C**     | Copies the selected template to your clipboard.              |
| Show/Hide Side Bar    | **CMD + B**             | Toggles the visibility of the side bar.                      |
| Show/Hide Debug Panel | **CMD + SHIFT + M**     | Toggles the visibility of the debug panel for extra insight. |

<Note>
  For Mac users, the CMD key is used for these shortcuts.

  Non-Mac users (Windows and Linux) should use the CTRL key instead.
</Note>
