aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
blob: aca9b74b3c0b73001644c9400c8ae775973f083f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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'