summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-04-14 18:21:38 +0200
committerUrbain Vaes <urbain@vaes.uk>2015-04-14 18:21:38 +0200
commit61a5b9e74358a0bc30b29b9b6353a313eb9ceef2 (patch)
treee814e799d798c4ef6b30225b685716c76e363e3b /tmux.conf
parent187f0401dd829524c39be18c6ef2b564f472fb4d (diff)
Added Tmux plugin manager
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'