summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: e6d5e64d7ecca166ddbfb0e23d5cd7545bfa3977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### general
set -g mouse on
# required so 0;10;1c doesn't appear when starting tmux
set -sg escape-time 50

### tpm config from here onwards
# general
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

# powerline
set -g @plugin 'erikw/tmux-powerline'

### initialize tpm (keep this line at the very bottom of tmux.conf)
run '/usr/share/tmux-plugin-manager/tpm'