blob: 28d13bb86fd50970bb931079ed31a677ee61dab9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
set -g default-terminal "screen-256color"
set -g mode-mouse on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
'
set -g @resurrect-strategy-vim 'session'
run-shell '~/.tmux/plugins/tpm/tpm'
|