From f7e24d31ba91b25eed2d77f7f758b48791d4e6e8 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 29 Jan 2019 15:22:50 -0200 Subject: [PATCH] Removed unused plugins and fixed the terminal option --- tmux/tmux.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1cdbda5..e0c08fd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -8,8 +8,6 @@ unbind C-b setw -g mouse on set-window-option -g mode-keys vi -# colorful terminal -set -g default-terminal "screen-256color" # Start windows and panes at 1, not 0 (this makes it easier to jump around) set -g base-index 1 @@ -30,15 +28,14 @@ set-window-option -g mode-keys vi # TPM 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' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-pain-control' set -g @plugin 'tmux-plugins/tmux-copycat' -set -g @plugin 'tmux-plugins/tmux-open' set -g @plugin 'jimeh/tmux-themepack' -set -g @plugin 'arcticstudio/nord-tmux' set -g @themepack 'block/cyan' run '~/.tmux/plugins/tpm/tpm' + +# colorful terminal +set -g default-terminal "xterm-256color"