SHARE
TWEET
Untitled
a guest
Mar 9th, 2016
67
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- set -g mode-mouse on
- # Sane scrolling
- set -g terminal-overrides 'xterm*:smcup@:rmcup@'
- set -g @plugin 'tmux-plugins/tpm'
- set -g @plugin 'tmux-plugins/tmux-sensible'
- set -g @plugin 'tmux-plugins/tmux-resurrect'
- set -g @plugin 'tmux-plugins/tmux-continuum'
- set -g @continuum-restore 'on'
- set -g status-right 'Continuum status: #{continuum_status}'
- # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
- run '~/.tmux/plugins/tpm/tpm'
RAW Paste Data
