> For the complete documentation index, see [llms.txt](https://docs.lapce.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lapce.dev/get-started/terminal.md).

# Terminal

## Terminal profiles

{% hint style="warning" %}
Terminal profiles are experimental feature and not integrated completely with rest of the editor.
{% endhint %}

Example `settings.toml` configuration:

```toml
[terminal]
# ...

[terminal.default-profile]
macos   = "default"
linux   = "toolbox"
windows = "pwsh"

[terminal.profiles.default]

[terminal.profiles.toolbox]
command     = "toolbox"
arguments   = ["enter"]
workdir     = "/root"
environment = { SSH_AUTH_SOCK = "/run/user/100/ssh.sock" }

[terminal.profiles.pwsh]
command = "pwsh"
```

Profiles can be launched via palette using a `<` prefix

<figure><img src="https://1279989839-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpaZ1oz0AW4dW6jE63vDO%2Fuploads%2Fgit-blob-af6071fbd8bd05df4eb9c592fc1837af1095f8a0%2Fterminal_profiles.png?alt=media" alt=""><figcaption></figcaption></figure>
