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

Persists tmux environment across system restarts.

Results 197 tmux-resurrect issues
Sort by recently updated
recently updated
newest added

reproduce: have files 'file1' 'file2' 'file1 file2' in one directory open 'file1 file2' save restore now 'file1' and 'file2' are both open, and 'file1 file2' is not.

I'm getting this problem where my tmux command `prefix C-s` and `prefix C-r ` are not working as expected, they aren't saving neither restoring my session. I've looked around the...

When I have lots of windows and panes - and programs inside those panes, e.g. vim, htop etc, and say I want to do a computer restart, I normally: -...

I was wondering if there is some way to restore python virtual environments using tmux-resurrect.

When I execute the tmux-resurrect's restore command, the tmux windows and panes are restored as expected, however neovim sessions are not automatically restored despite having `set -g @resurrect-strategy-nvim 'session'` in...

I was looking at tmuxinator/tmuxp solely to try and create a session (group of windows and panes) out of a file easily. **Use case:** I use git worktrees, so I...

My default shell is `zsh`. After restore, login shells are not invoked rather only non login interactive shells are invoked. After giving code some look, i see that only `bash`...

For zsh, tmux resurrect doesnt invoke login shells, added available shell array, future versions can add more shells to it that support the '-l' flag

This is a very strange problem, because it makes no sense and happens randomly. e.g. one tmux session, 3 windows, 2 panes in windows 1 and 2 each (5 panes...

In some terminal, when it startups, the PROMPT_COMMAND is empty (ERR: PROMPT_COMMAND=";history -a"), and in some terminal else, the existance of trailing semicolon ; is uncertain. (ERR: PROMPT_COMMAND="xxxxxxxx;;history -a")