| 
				
					 | 
			3 年 前 | |
|---|---|---|
| .. | ||
| .tmux.conf | 3 年 前 | |
| .vimrc | 3 年 前 | |
| README.md | 3 年 前 | |
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