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'