From 61a5b9e74358a0bc30b29b9b6353a313eb9ceef2 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 14 Apr 2015 18:21:38 +0200 Subject: Added Tmux plugin manager --- tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tmux.conf') 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' -- cgit v1.2.3