diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-12-23 16:35:21 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-12-23 16:35:21 -0500 |
| commit | 7499778129013ff289ff754f780ace2adf0380ac (patch) | |
| tree | 74c511c639309c99fdfb3ef9e967fcd29c27a5c7 /tmux | |
| parent | 3a9b0460d8830d0d9e7f29ec2487a1a29cfc032a (diff) | |
| download | dotfiles-7499778129013ff289ff754f780ace2adf0380ac.tar.gz dotfiles-7499778129013ff289ff754f780ace2adf0380ac.tar.xz | |
Go back to screen for the default term variable. Also bump the length for the left status
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 13 |
1 files 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 |
