tmuxp.conf 871 B

123456789101112131415161718192021222324252627
  1. # put this in ~/.tmux.conf
  2. set -g default-command /bin/bash
  3. set -g default-shell /bin/bash
  4. set -g default-terminal "xterm-256color"
  5. set -ga terminal-overrides ',xterm-256color:Tc'
  6. set -g pane-border-status bottom
  7. # List of plugins
  8. set -g @plugin 'tmux-plugins/tpm'
  9. set -g @plugin 'tmux-plugins/tmux-sensible'
  10. # Other examples:
  11. # set -g @plugin 'github_username/plugin_name'
  12. # set -g @plugin 'github_username/plugin_name#branch'
  13. # set -g @plugin 'git@github.com:user/plugin'
  14. # set -g @plugin 'git@bitbucket.com:user/plugin'
  15. # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
  16. run '~/.tmux/plugins/tpm/tpm'
  17. # Tmux Resurrect
  18. set -g @plugin 'tmux-plugins/tmux-resurrect'
  19. # README
  20. # initialize with
  21. # tmux source ~/.tmux.conf while running a restart tmux env
  22. # then CTR-B + CTR-I to load plugins
  23. # CTR-B + CTR-S to save CTR-B + CTR-R to load