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

# Keyboard Shortcuts

## SQL Editor Shortcuts

| Shortcut                    | Action                            |
| --------------------------- | --------------------------------- |
| <kbd>⌘</kbd> + <kbd>⏎</kbd> | Execute SQL query                 |
| <kbd>⌘</kbd> + click        | Jump to table/column definition   |
| <kbd>Space</kbd>            | Trigger table/column autocomplete |
| <kbd>⌘</kbd> + <kbd>Z</kbd> | Undo accept/reject edit changes   |

## Agent Chat Shortcuts

| Shortcut                                   | Action                     |
| ------------------------------------------ | -------------------------- |
| <kbd>⌘</kbd> + <kbd>L</kbd>                | Send selected code to chat |
| <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>⏎</kbd> | Accept agent suggestion    |
| <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>⌫</kbd> | Reject agent suggestion    |
| <kbd>⏎</kbd>                               | Send message               |
| <kbd>⇧</kbd> + <kbd>⏎</kbd>                | New line in message        |

## Navigation Shortcuts

| Shortcut                                   | Action                        |
| ------------------------------------------ | ----------------------------- |
| <kbd>⌘</kbd> + <kbd>P</kbd>                | Quick open file               |
| <kbd>⌘</kbd> + <kbd>B</kbd>                | Toggle sidebar                |
| <kbd>⌘</kbd> + <kbd>J</kbd>                | Toggle integrated terminal    |
| <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>J</kbd> | Open/close data preview panel |
| <kbd>⌘</kbd> + <kbd>⇧</kbd> + <kbd>E</kbd> | Focus on explorer             |

<Tip>
  **Customization**
  Shortcuts listed here use the macOS `⌘` key; feel free to remap them in your local keybinding settings.
</Tip>
