summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index c4388e6..28d13bb 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -2,3 +2,13 @@ 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'