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

I've installed tmux-ressurect and tmux-continuum via plugins. In my .tmux.conf I have the following: set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-ressurect' set -g @continuum-restore 'on' set -g status-right 'Continuum:...

I installed continuum by cloning it and then adding `run-shell ~/.tmux/plugins/tmux-continuum/continuum.tmux` to my config file. Resurrect works fine, but continuum doesn't seem to be doing anything. Also, the `#{continuum_status}` variable...

My impression from the documentation is that continuum doesn't support multiple tmux sessions? Can this be added? What would it take?

I get this error when running tmux. Running on OSX Sierra 10.12.2 Tmux 2.3 Here is my tmux.conf file: ``` # TMUX Ressurect plugin set -g @plugin 'tmux-plugins/tpm' set -g...

First of all, thank you very much for this piece of software, it is an actual life-saver! Now for my issue. As I understand it, when I power-off the computer,...

I have this config in my tmux.conf `set -g status off` and the continuum plugin never saves the sessions. It took me a long time to find out why, so...

There are some tmux sessions which I do not want to be saved, it would be great if it was possible to exclude them by session name

When counting the number of running tmux processes, count only those that belong to the current user. `tmux a` shows as a separate process (must be the client process) and...

The purpose of this modification is to allow session restoration on linux: the way are to : - Create a labeled session "${tmux_server_session_temporary}" on start of tmux daemon Let plugin...

Does tmux-continuum rely on tmux-resurrect's bindings or does it call the save/restore scripts directly? I'm trying to get tmux-resurrect not to generate any bindings and wanted to run the script...