Start
Config file
Where settings live and how to edit them.
| Platform | Path |
|---|---|
| macOS / Linux | ~/.config/termy/config.txt |
| Windows | %APPDATA%\termy\config.txt |
Open Settings (Cmd , / Ctrl ,) or edit the file directly. Each line is key = value. Comments start with #.
theme = termy
font_family = JetBrains Mono
font_size = 14
shell = /opt/homebrew/bin/fish
keybind = cmd-p=toggle_command_paletteColors
Only [colors] uses a section header:
[colors]
foreground = #e7ebf5
background = #0b1020Tasks
task.build.command = cargo build
task.build.working_dir = crates/cliCommon tweaks
| Goal | Setting |
|---|---|
| Transparent window | background_opacity = 0.88 |
| Blur | background_blur = true |
| Always show tab bar | auto_hide_tabbar = false |
Full key list: Configuration reference. Keybind syntax: Keybindings.