Settings, shells, working directory, and keyboard shortcuts

Access terminal settings via Editor Preferences > Plugins > Terminal. Here you can configure the default shell, working directory, and other terminal behavior.
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.

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.
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)