set -g default-terminal "screen-256color" set -g mode-mouse on set -g mouse-resize-pane on set -g mouse-select-pane on set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ tmux-plugins/tmux-resurrect \ ' set -g @resurrect-strategy-vim 'session' run-shell '~/.tmux/plugins/tpm/tpm'