tmux-resurrect
Persists tmux environment across system restarts. (by tmux-plugins)
tpm
Tmux Plugin Manager (by tmux-plugins)
tmux-resurrect | tpm | |
---|---|---|
38 | 22 | |
11,813 | 13,073 | |
0.9% | 1.5% | |
0.0 | 0.0 | |
9 months ago | 10 months ago | |
Shell | Shell | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tmux-resurrect
Posts with mentions or reviews of tmux-resurrect.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-06.
- How to restore nvim session with tmux resurrect
-
How to use neovim as a server?
I use https://github.com/tmux-plugins/tmux-continuum and https://github.com/tmux-plugins/tmux-resurrect to restore all my tmux sessions if I reboot my machine or kill tmux.
-
What is the trick theprimegen is using to search his entire computer from terminal emulator?
tmux-resurrect and tmux-continuum are the utils I use to persist sessions across reboots. They have keybinds and options to make it either automatic or manual, but they save EVERYTHING down to the Neovim session (if you use those) for the session's working directory
-
Can I save a Terminal window to open on next reboot?
This would be my first go-to: https://github.com/tmux-plugins/tmux-resurrect
- tmux-continuum / resurrect won't relaunch some cli applications.
- Save tmux environment automatically on exit?
-
Programmer interrupted: The cost of interruption and context switching (2022)
I hardly reboot a machine unless I am intending to, but there are plugins for tmux for this too.
https://github.com/tmux-plugins/tmux-resurrect
-
A beautiful tmux setup in 3 minutes
And to save and restore tmux sessions automatically, I use tmux-resurrect + tmux-continuum.
-
What are some lesser known packages that improve quality of life for you on Linux?
You must use all 3 of: tmux-continuum tmux-resurrect vim-obsession
-
Why is Tmux better than neovim's built-in terminal?
Sure. Once you log in to the remote Linux machine, just run `tmux` and do your job. When you connect to the remote Linux machine next time, run `tmux attach`, and you will be right where you left off. The sessions will be persisted until you restart the Linux machine (well, or kill the tmux server). If you'd like even more persistence after machine restart, you can also try https://github.com/tmux-plugins/tmux-resurrect
tpm
Posts with mentions or reviews of tpm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-02-21.
- Mastering Tmux: The Terminal Multiplexer Every Developer Should Know
-
Why Our Dev Setup Sucks
#!/usr/bin/env bash . bash-utils.sh start "tmux" log "install tmux.." brew install tmux log "install tmux-plugin-manager..." git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm source="$HOME/env-setup/dotfiles/tmux/.config/tmux/tmux.conf" dest="$HOME/.config/tmux/tmux.conf" link_config $source $dest finish
- Automating Azure VM Ubuntu install without fancy tools
- Tmux Held Me Hostage and I Got Stockholm Syndrome Instead
-
using nvim + tmux
To begin, you should check out tmux plugins manger/tpm, which will feel pretty familiar if you're used to working with nvim plugins. Once you have that up and running you can plug vim-tmux-navigator, which allows you to move smoothly through tmux and nvim panes using ctrl-h/j/k/l. There are various other tmux plugins that are super-useful for customizing your tmux workspace.
-
Replicate My Setup
tpm repo
- Help wanted: Zsh completion like Vertico+Orderless
-
TPM not working with tmux 3.2a
I have already tried all solutions that can be found in the official GitHub thread . Any help will be much appreciated.
-
How to use prefixes in tmux?
Install the plugin manager: git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
-
Terminal 'status' bar/area, a la shox
You'll probably want to use Tmux Plugin Manager (TPM) to manage your tmux plugins and maybe some other goodies from the tmux-plugins repo.
What are some alternatives?
When comparing tmux-resurrect and tpm you can also consider the following projects:
wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
vim-tmux-navigator - Seamless navigation between tmux panes and vim splits
zellij - A terminal workspace with batteries included
tmux-copycat - A plugin that enhances tmux search
zsh-syntax-highlighting - Fish shell like syntax highlighting for Zsh.
tmux - 🧛🏻♂️ Dark theme for tmux