X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tmux.conf;fp=tmux.conf;h=1e5b57d62c6f1cb0cfd7bc1bc7e09296ba5d013f;hb=3ea043145f89d7ce1d3e78a53a97e2016cf9690f;hp=4dee807e227bde9b5d305c48bd97e064f482b7b6;hpb=417b4faa1b92ed748bbf8eb32be8b43b70f19e8f;p=~madcoder%2Fdotfiles.git diff --git a/tmux.conf b/tmux.conf index 4dee807..1e5b57d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,6 @@ # set the prefix to ^G +set -g default-terminal screen-256color set -g history-limit 100000 set -g mouse-select-pane on setw -g mode-mouse on @@ -110,6 +111,11 @@ setw -g window-status-attr dim setw -g window-status-format '#I #W#F' setw -g window-status-current-format '#[fg=red,nobold][#[fg=white,bold]#I #W#F#[fg=red,nobold]]' +set -g pane-border-bg default +set -g pane-border-fg default +set -g pane-active-border-bg default +set -g pane-active-border-fg red + # active window title colors setw -g window-status-current-fg white setw -g window-status-current-bg default