aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmux.conf b/tmux.conf
index d6593e5..871c484 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -12,11 +12,9 @@ set -g base-index 1
12set-window-option -g pane-base-index 1 12set-window-option -g pane-base-index 1
13set -g renumber-windows on 13set -g renumber-windows on
14 14
15set -g status-bg '#333333' 15set -g status-bg '#222222'
16set -g status-fg '#ffffff' 16set -g status-fg '#ffffff'
17set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" 17set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]"
18set -g window-style 'bg=#181818'
19set -g window-active-style 'bg=#111111'
20 18
21bind-key Up select-pane -U 19bind-key Up select-pane -U
22bind-key Down select-pane -D 20bind-key Down select-pane -D