From 3c0f12cc52ad328eafbbb8777cf698ba8034444e Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 21 Nov 2016 11:05:47 -0500 Subject: [PATCH] Update tmux config --- tmux.conf | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/tmux.conf b/tmux.conf index a0c68a3..6131d51 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,22 +1,8 @@ -# color -set -g default-terminal "xterm-256color" -set-option -g default-shell /usr/local/bin/zsh -set-option -g status-keys emacs -set-option -g status on -set-option -g status-interval 2 -set-option -g status-left-length 60 -set-option -g status-right-length 90 -set-option -g renumber-windows on - # List of plugins # Supports `github_username/repo` or full git repo URLs set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' -set -g @plugin 'tmux-plugins/tmux-continuum' - -# Plugin settings -set -g @continuum-restore 'on' -set -g status-right 'Continuum: #{continuum_status}' # Initializes TMUX plugin manager. # Keep this line at the very bottom of tmux.conf.