Created
September 15, 2017 03:58
-
-
Save qqpann/0b9070cd1b8484e0be3a553f7e258d44 to your computer and use it in GitHub Desktop.
[Tmux] セッションを自動保存・リストア ref: http://qiita.com/Qiuqiu/items/5fea753e38a276abf42f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#=================================== | |
# Auto start tmux and restore | |
#=================================== | |
# auto start terminal | |
set -g @continuum-boot 'on' | |
set -g @continuum-boot-options 'iterm' | |
# auto restore tmux | |
set -g @continuum-restore 'on' | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tmux source ~/.tmux.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment