toastie89 da0b362416 added tmux config | vor 2 Jahren | |
---|---|---|
.. | ||
.tmux.conf | vor 2 Jahren | |
.vimrc | vor 2 Jahren | |
README.md | vor 2 Jahren |
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