Skip to content

Instantly share code, notes, and snippets.

@qqpann
Created September 15, 2017 03:58
Show Gist options
  • Save qqpann/0b9070cd1b8484e0be3a553f7e258d44 to your computer and use it in GitHub Desktop.
Save qqpann/0b9070cd1b8484e0be3a553f7e258d44 to your computer and use it in GitHub Desktop.
[Tmux] セッションを自動保存・リストア ref: http://qiita.com/Qiuqiu/items/5fea753e38a276abf42f
#===================================
# 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'
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
$ tmux source ~/.tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment