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 have the following tmux config https://gist.github.com/arithran/a4ba6f4f70ac71d3e37db1fbb12954a5#file-tmux-conf and the following systemd service https://gist.github.com/arithran/a4ba6f4f70ac71d3e37db1fbb12954a5#file-tmux-service When i comment out `set -g @continuum-boot 'on'` the `@continuum-restore 'on' ` works and vice versa. I...

It would be nice if `capture pane contents` feature stored several checkpoints and not just the last one. I am using `tmux-continuum` with ``` set -g @continuum-restore 'on' set -g...

Not sure if this is related to macOS Sierra update or not, I never had it working before I updated. When tmux is started, 1 resurrect restore file is written...

Automatic tmux start and automatic restore does not work in OSX Here's the .tmux.conf ``` unbind C-b set-option -g prefix C-a bind C-a send-prefix set -g mouse-utf8 on set -g...

Unless I'm missing something, iterm is the only alternative terminal command for boot restore. Is it possible to support any terminal if given the command name, e.g. kitty?

I had issue that this plugin set `status-right` option to something like: ``` > tmux show -g status-right status-right "#(/home/USER/.tmux/plugins/tmux-continuum/scripts/continuum_save.sh)" ``` That I disabled status-right before plugin call causing splashing...

Cylance protect service (https://www.cylance.com/products-protect) in Windows takes over a single CPU core completely when tmux-continuum is enabled. Without tmux-continuum the CPU usage is negligible.

This is more of a question than an issue but does anyone know if `continuum` works with iTerm2's [tmux integration](https://gitlab.com/gnachman/iterm2/wikis/TmuxIntegration)? Basically, if I don't see the `continuum` status on the...

enhancement
help wanted

So, bear with me as I'm not 100% sure I'm doing this right anyway but I have the following in my `~/.tmux.conf` file: ``` # List of plugins new-session set-window-option...

Hello, just for you information @continuum-boot wouldn't create the correct service on my arch system until a manual `mkdir -p systemd/user` command.