> ## Documentation Index
> Fetch the complete documentation index at: https://ngquct-feat-ai-sql-walkthroughs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Editor Settings

> SQL editor, Vim mode, line numbers, indentation, and query parameter settings.

# Editor Settings

Open **Settings** > **Editor** (`Cmd+,`). This tab holds the SQL editor toggles. The data grid, pagination, query result cap, and JSON viewer moved to the [Data](/customization/data-settings) tab.

Editor fonts are per-theme. Edit them on the theme's Fonts tab under [Appearance](/customization/appearance).

<Frame caption="Editor settings">
  <img className="block dark:hidden" src="https://mintcdn.com/ngquct-feat-ai-sql-walkthroughs/Bj1EoTflf_jG6N_3/images/settings-editor.png?fit=max&auto=format&n=Bj1EoTflf_jG6N_3&q=85&s=778b3b445b04188210e12f9776ad2b08" alt="Editor settings" width="1560" height="960" data-path="images/settings-editor.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/ngquct-feat-ai-sql-walkthroughs/Bj1EoTflf_jG6N_3/images/settings-editor-dark.png?fit=max&auto=format&n=Bj1EoTflf_jG6N_3&q=85&s=aa0d580f0f2f6d7f2fe6ce971de3e787" alt="Editor settings" width="1560" height="960" data-path="images/settings-editor-dark.png" />
</Frame>

## SQL Editor

| Setting                           | Default  | Notes                                                                                                          |
| --------------------------------- | -------- | -------------------------------------------------------------------------------------------------------------- |
| Show line numbers                 | On       |                                                                                                                |
| Highlight current line            | On       |                                                                                                                |
| Word wrap                         | Off      | Off means long lines scroll horizontally                                                                       |
| Tab width                         | 4 spaces | 2, 4, or 8                                                                                                     |
| Auto-uppercase keywords           | Off      | Uppercases SQL keywords on word boundaries. Strings, comments, and quoted identifiers are untouched            |
| Query parameters (`:name` syntax) | On       | Detects `:name` placeholders and shows the parameter panel. See [Query Parameters](/features/query-parameters) |
| Vim mode                          | Off      | Modal editing in the SQL editor. See [Vim Mode](/features/vim-mode)                                            |

Autocomplete is always on; see [Autocomplete](/features/autocomplete). Editor shortcuts are listed and customized on [Keyboard Shortcuts](/features/keyboard-shortcuts).
