Advertisement
Guest User

Untitled

a guest
Mar 9th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. set -g mode-mouse on
  2. # Sane scrolling
  3. set -g terminal-overrides 'xterm*:smcup@:rmcup@'
  4.  
  5. set -g @plugin 'tmux-plugins/tpm'
  6.  
  7. set -g @plugin 'tmux-plugins/tmux-sensible'
  8.  
  9. set -g @plugin 'tmux-plugins/tmux-resurrect'
  10.  
  11. set -g @plugin 'tmux-plugins/tmux-continuum'
  12.  
  13. set -g @continuum-restore 'on'
  14. set -g status-right 'Continuum status: #{continuum_status}'
  15.  
  16. # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
  17. run '~/.tmux/plugins/tpm/tpm'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement