Using Termy
Tmux sessions
Optional tmux-backed tabs and panes.
Requires tmux ≥ 3.3 on PATH (macOS / Linux).
tmux_enabled = true
tmux_persistence = true
tmux_binary = tmux
tmux_show_active_pane_border = false| Key | Effect |
|---|---|
tmux_enabled | New tabs use tmux instead of a raw PTY |
tmux_persistence | Sessions survive app restarts |
tmux_binary | Path or name of the tmux binary |
Open Manage tmux Sessions from the command palette, or bind manage_tmux_sessions.
Termy creates one session per window (termy-<window-id>). Splits map to real tmux panes.
Troubleshooting
| Symptom | Fix |
|---|---|
| Blank tabs | Set tmux_binary to an absolute path |
protocol version mismatch | Point tmux_binary at the tmux version you intend to use |
| Sessions lost on quit | Set tmux_persistence = true |
| Double active-pane border | Set tmux_show_active_pane_border = false |