set -g mouse on set -g default-terminal "screen-256color" set -g status-bg colour0 set -g set-clipboard on set -g @mighty-scroll-interval 3 set -g @mighty-scroll-by-line 'man fzf' set -g @mighty-scroll-select-pane off set-option -g status-position top set-option -g status-right-length 150 # plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'noscript/tmux-mighty-scroll' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'tmux-plugins/tmux-logging' set -g @plugin 'erikw/tmux-powerline' set-option -g @plugin 'b0o/tmux-autoreload' set-option -g @tmux-autoreload-configs '~/.tmux.conf' run '~/.tmux/plugins/tpm/tpm'