aboutsummaryrefslogtreecommitdiff
path: root/src/config/files/tmux/.tmux.conf
blob: c5764782c9864341a7a60783c94c2e256135685e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"

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