tmux-continuum icon indicating copy to clipboard operation
tmux-continuum copied to clipboard

Continuous saving of tmux environment. Automatic restore when tmux is started. Automatic tmux start when computer is turned on.

Results 86 tmux-continuum issues
Sort by recently updated
recently updated
newest added

@bruno- alright, that should work. I will try to help! Regarding the DISPLAY variable, I am not a 100% sure. I know that my tmux systemd service works fine right...

If I put my Mac to sleep and keep it asleep for a more extended period (more than 3 days), after waking the CPU is at 100% (all cores), and...

Hi there 👋 I'm running `tmux 3.3a` on an up-to-date `macOS` and installed with `nixDarwin`. I'm using [this `tmux` configuration file](https://gitlab.com/pcoves/tmux/-/blob/master/.config/tmux/tmux.conf#L54-68). And `tmux` starts thanks to [this `alacritty` configuration file](https://gitlab.com/pcoves/alacritty/-/blob/master/.config/alacritty/alacritty.yml#L58-63)....

Is there any way to configure to restore to named session if name is provided? Currently when I tried to start with $ tmux new -As yay The tmux restore...

I wanted to see a "time to next save" instead of just the time between saves, so for now I've just hacked away at https://github.com/tmux-plugins/tmux-continuum/blob/master/scripts/continuum_status.sh, so that I now see:...

I have a custom systemd user service since before starting to use continuum. However, after installing continuum, and not configuring it to manage the systemd file, it now disables my...

I typically like to have my main tmux session named `main`, however I can't find any documentation or examples of using a specific session name for the session that gets...

Hi, The behavior described in https://github.com/tmux-plugins/tmux-continuum/blob/master/docs/multiple_tmux_servers.md is something I didn't expect and actually bothering me. I'm running multiple session of tmux where each have their one configuration files for specific...

I posted the original issue at https://github.com/alacritty/alacritty/issues/6537. I need your help! Thank you!

Hello! I'm use tmux-continuum with iterm2 My config is simple ``` # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin...