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

[Alacritty](https://github.com/alacritty/alacritty) is super. Can we add it to the terminal choices for automatic tmux start?

Hi, I try to use this plugin with tmux but auto-save, auto restore or the timer inside the powerline bar never show. The other plugin work great and tmux-resurrect work...

Re: https://github.com/tmux-plugins/tmux-continuum/blob/master/docs/systemd_details.md This doc says that: > The first time tmux starts when @continuum-boot is set to 'on' tmux-continuum will generate a user level systemd unit file which it will...

This fixes tmux-continuum for cases where the user has setup tpm to install tmux plugins to a directory that is non-default (i.e: `$XDG_CONFIG_HOME/tmux` instead of `$HOME/.tmux`). This allows the plugin...

The path assumed by the systemd service template can be wrong on certain distributions. In particular, NixOS does not put the executable anywhere you'd expect it. For my user profile,...

Hi, I adjusted the output of the continuum_status.sh script to show me the minutes since the last save, rather than the save interval. See here https://github.com/alexg9010/tmux-continuum/commit/7efcc84a46fe5fcfc0bc2887851f2092c3307940 Now I am wondering...

The docs show >Automatic tmux start Tmux is automatically started after the computer/server is turned on. See the instructions how to enable this for your system. and >Automatic restore Last...

Would be really nice to have a feature to keep saves in `~/.tmux/resurrect/` under control. Config option could be, e.g., "prune last x saves" or "maximum number of saves" (default...

Hi, the interval specified for the continuous saving under this url. https://github.com/tmux-plugins/tmux-continuum/blob/master/docs/faq.md is probably incorrect. from testing i did it looks like the interval is running based on seconds and...

Am seeing in each pane, there is a message like `history -r '/Users/abc/.tmux/resurrect/bash_history-work:0.1'` popping up. How can I disable this? This is very noisy and annoying. Thanks folks.