tmux-plugins / tmux-continuum

Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.
MIT License
3.31k stars 149 forks source link

WezTerm support #142

Open fcaraujo opened 3 months ago

fcaraujo commented 3 months ago

Adds WezTerm support at startup and fixes #137

Tested with:

On a Mac M2 with macOS Sonoma 14.6 (23G80).

jbhamon commented 3 months ago

Hi. I’ve added your code for continuum starting wezterm upon startup. I’m encountering one issue : wezterm is starting with its color theme and transparent background as I’ve configured it but when tmux starts, the background lose its transparency. Is there a way to force tmux to start with the settings configured in .tmux.conf ? Thanks