toastie89 da0b362416 added tmux config | 2 years ago | |
---|---|---|
.. | ||
.tmux.conf | 2 years ago | |
.vimrc | 2 years ago | |
README.md | 2 years ago |
see .vimrc
Download
mkdir -p ~/.tmux-plugins
git clone https://github.com/tmux-plugins/tmux-resurrect \
~/.tmux-plugins/tmux-resurrect
git clone https://github.com/tmux-plugins/tmux-continuum \
~/.tmux-plugins/tmux-continuum
Add following lines to ~/.tmux.com
run-shell ~/.tmux-plugins/tmux-continuum/continuum.tmux
run-shell ~/.tmux-plugins/tmux-resurrect/resurrect.tmux
Reload TMUX environment with:
tmux source-file ~/.tmux.conf
see .tmux.conf