aboutsummaryrefslogtreecommitdiff
path: root/src/config/files/tmux/.tmux.conf
blob: 68304c1a18076292fe033bf64d123e84e49d261d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
set-option -g display-time 750
set-option -g history-limit 50000
set-option -g mouse on
set-option -g prefix C-a
set-option -g status-keys vi

set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-strategy-vim 'session'
set -g @resurrect-strategy-nvim 'session'
run '~/.tmux/plugins/tpm/tpm'