We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
.tmux.conf
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' run -b '~/.tmux/plugins/tpm/tpm'
tmux source ~/.tmux.conf
之后新安装的plugins 会放在 ~/.tmux/plugins/ 下
~/.tmux/plugins/
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum'
依赖于 tmux-resurrect
cd ~/.tmux/resurrect/ rm last ln -s tmux_xxx.txt last
tmux_xxx.txt 为保存的状态
The text was updated successfully, but these errors were encountered:
junxnone/linuxwiki#29
Sorry, something went wrong.
No branches or pull requests
Tmux Plugins
tpm
.tmux.conf
Restore plugins
tmux-resurrect
.tmux.conf
tmux-continuum
.tmux.conf
Reference
The text was updated successfully, but these errors were encountered: