blob: 794c45bdec9ddbfb13114a14a23551576d2a2665 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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-option -g renumber-windows on
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @resurrect-strategy-vim 'session'
set -g @resurrect-strategy-nvim 'session'
run '~/.tmux/plugins/tpm/tpm'
|