From d5707a1bf998fe1070d5e418622c432da6345171 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 29 Jan 2020 09:11:27 +0000 Subject: [PATCH] tmux: add resurrect/sidebar plugins --- tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 4b1e448..398bc66 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ set -g base-index 1 -run-shell ~/src/tmux-resurrect/resurrect.tmux +# run-shell ~/src/tmux-resurrect/resurrect.tmux bind C-l send-keys 'C-l' @@ -9,6 +9,8 @@ bind r source ~/.tmux.conf\; display "~/.tmux.conf sourced!" # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'tmux-plugins/tmux-resurrect' +set -q @plugin 'tmux-plugins/tmux-sidebar' # set -g @plugin 'christoomey/vim-tmux-navigator'