Termy
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
KeyEffect
tmux_enabledNew tabs use tmux instead of a raw PTY
tmux_persistenceSessions survive app restarts
tmux_binaryPath 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

SymptomFix
Blank tabsSet tmux_binary to an absolute path
protocol version mismatchPoint tmux_binary at the tmux version you intend to use
Sessions lost on quitSet tmux_persistence = true
Double active-pane borderSet tmux_show_active_pane_border = false

On this page