aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf13
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