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

Add support for Wezterm terminal #114

Closed bangedorrunt closed 2 years ago

bangedorrunt commented 2 years ago

This would be great if the plugin support automatic startup for Wezterm terminal. Thank you!

bangedorrunt commented 2 years ago

Wezterm has default_prog that allow me to do the same thing

{:term :wezterm
 :default_prog (if (is_macos?)
                 ["/usr/local/bin/zsh" "-l" "-c" "tmux attach || tmux"]
                 ["wsl.exe" "zsh" "-c" "-l" "tmux attach || tmux"])}