.tmux.conf 270 B

123456789101112
  1. # change prefix
  2. unbind C-b
  3. set -g prefix C-a
  4. bind C-a send-prefix
  5. # plugins to persist sessions
  6. run-shell ~/.tmux-plugins/tmux-continuum/continuum.tmux
  7. run-shell ~/.tmux-plugins/tmux-resurrect/resurrect.tmux
  8. # Auto restore last session
  9. set -g @continuum-restore 'on'