From 7499778129013ff289ff754f780ace2adf0380ac Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Mon, 23 Dec 2019 16:35:21 -0500 Subject: Go back to screen for the default term variable. Also bump the length for the left status --- tmux/tmux.conf | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c80958d..7761cd6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,11 +1,3 @@ - -# *OLD* way to set styles -# set -g status-bg green -# set -g status-fg black -# set-window-option -g window-status-current-bg black -# set-window-option -g window-status-current-fg green - -# New way: set -g status-style "fg=green,bg=black" set-window-option -g window-status-current-style "bg=green,fg=black" set -g status-right "#[fg=black,bg=green] #(whoami)@#h|m:#(sh $HOME/.tmux_helper.sh memory)|l:#(sh $HOME/.tmux_helper.sh load)|#(sh $HOME/.tmux_helper.sh uptime)" @@ -30,7 +22,8 @@ setw -g mode-keys vi # This seems to fix that problem, it may cause other issues but I'm going to # keep an eye on it -set-option -g default-terminal "tmux-256color" +# set-option -g default-terminal "tmux-256color" +set-option -g default-terminal "screen-256color" set-option -ga terminal-overrides ",xterm*:Tc" @@ -66,7 +59,7 @@ bind-key M-r respawn-pane # Change the status line a little bit, most are close to defaults -set -g status-left-length 16 +set -g status-left-length 35 set -g status-left "[#S] " set -g status-right-length 40 -- cgit v1.2.3