Documentation
IntroductionInstallationGetting StartedConfigurationIntegrationsFAQSupport

Configuration

Settings, shells, working directory, and keyboard shortcuts

Elegant black gaming event invitation card with gold decorative border and text.

Terminal Settings

Access terminal settings via Editor Preferences > Plugins > Terminal. Here you can configure the default shell, working directory, and other terminal behavior.

Default Shell

Set your preferred shell per platform. On Windows, supported shells include PowerShell, CMD, and WSL. Go to Editor Preferences > Plugins > Terminal and set the 'Default Shell' option to your preferred shell.

Dark room with a large screen displaying futuristic digital schematics and humanoid figures with a blurred armchair in the foreground.

Working Directory

Choose the terminal's starting directory. Options include Project root, Engine root, or a custom path. This determines where your terminal session begins when opened.

Keyboard Shortcuts

Action

Shortcut

Notes

Copy

Ctrl+C (with selection)

Copies selected text to system clipboard

Paste

Ctrl+V

Pastes from system clipboard

Interrupt

Ctrl+C (no selection)

Sends interrupt signal (SIGINT) to running process

Clear

Ctrl+L

Clears screen (shell-dependent)