diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-04-14 18:21:38 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-04-14 18:21:38 +0200 |
commit | 61a5b9e74358a0bc30b29b9b6353a313eb9ceef2 (patch) | |
tree | e814e799d798c4ef6b30225b685716c76e363e3b /tmux.conf | |
parent | 187f0401dd829524c39be18c6ef2b564f472fb4d (diff) |
Added Tmux plugin manager
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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' |