summaryrefslogtreecommitdiff
path: root/.config/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/.tmux.conf')
-rw-r--r--.config/.tmux.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/.tmux.conf b/.config/.tmux.conf
index 88f4c46..aa03783 100644
--- a/.config/.tmux.conf
+++ b/.config/.tmux.conf
@@ -2,10 +2,8 @@ set-option -g prefix M-a
unbind-key C-b
bind-key M-a send-prefix
-set -g @plugin 'tmux-plugins/tpm'
-set -g @plugin 'tmux-plugins/tmux-resurrect'
-set -g @plugin 'tmux-plugins/tmux-continuum'
+set -g default-terminal "screen-256color"
-set -g @continuum-restore 'on'
+set -g @plugin 'tmux-plugins/tpm'
run '~/.tmux/plugins/tpm/tpm'