~/.config/termy/config.txt.
Config File Location
The configuration file is stored at:Opening the Config File
You can open the configuration file in several ways:- Command Palette: Press
Cmd+P(macOS) orCtrl+P(Linux/Windows) and search for “Open Settings File” - Menu Bar: Go to
Termy > Open Config File...(macOS) orFile > Open Config File...(other platforms) - Settings UI: Open Settings (
Cmd+,orCtrl+,) and click “Open Config File” - Terminal: Run
termy --configif you have the CLI installed
Config File Format
Termy uses a simple key-value format inspired by Ghostty:Format Rules
- One setting per line
- Lines beginning with
#are comments - Format:
key = value - Whitespace around
=is optional - Invalid lines are ignored with warnings
- Settings can appear in any order
- Use
noneor comment out a line to use the default value
Configuration Sections
Termy configuration is organized into logical groups:- Appearance: Theme, fonts, window transparency, and padding
- Terminal: Tmux integration, shell settings, cursor, and scrolling
- Tabs: Tab title behavior, tab strip appearance
- Keybindings: Custom keyboard shortcuts
- Colors: Color scheme overrides
Validation
Termy validates your configuration on startup:- Invalid keys generate warnings in the app logs
- Invalid values fall back to defaults with warnings
- Missing required values use sensible defaults
- The app continues to function even with invalid config
Editing Tips
Example Configuration
Here’s a complete example configuration:Next Steps
Explore the configuration sections:Appearance
Theme, fonts, and visual settings
Terminal
Tmux, shell, cursor, and scrolling
Tabs
Tab title and tab strip behavior
Keybindings
Custom keyboard shortcuts