summaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2017-02-22 11:07:39 -0500
committerKJ Ørbekk <orbekk@google.com>2017-02-22 11:07:39 -0500
commit9e128a3d6da7a276541f5ce5c1ac9f86ec60cb78 (patch)
tree72120f0a628f8989a20c1e6c31cfef5cbeb06f10 /tmux.conf
parent1814dc46f04e8da4c011e472b64dc18192dd4a69 (diff)
Update tmux config.
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf35
1 files changed, 18 insertions, 17 deletions
diff --git a/tmux.conf b/tmux.conf
index 4ff85d4..63198e0 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -6,39 +6,40 @@ set-window-option -g mode-keys vi
set -g default-terminal "screen-256color"
+## no status bar
+set -g status off
+bind-key b set-option -g status
+
## supposed to help neovim
set -g escape-time 10
-## set status bar
-set -g status-bg "#373b41"
-set -g status-fg "#81a2be"
-
-## highlight active window
-setw -g window-status-current-bg "#282a2e"
-setw -g window-status-current-fg "#b294bb"
-
-## highlight activity in status bar
-setw -g window-status-activity-fg "#c5c8c6"
-setw -g window-status-activity-bg "#1d1f21"
+## colors
+set -g pane-border-fg black
+set -g pane-active-border-fg blue
## scrolling
## NOPE
-#set -g mode-mouse on
+set -g mode-mouse off
-## pane border and colors
+## color customization
set -g pane-active-border-bg default
set -g pane-active-border-fg "#373b41"
set -g pane-border-bg default
set -g pane-border-fg "#373b41"
-set -g clock-mode-colour "#81a2be"
+set -g status-fg white
+set -g status-bg "#3333cc"
+set -g status-right ''
+set-option -g status-position top
+
+set -g clock-mode-colour "#81a2ae"
set -g clock-mode-style 24
set -g message-bg "#8abeb7"
set -g message-fg "#000000"
-set -g message-command-bg "#8abeb7"
-set -g message-command-fg "#000000"
-
set -g mode-bg "#8abeb7"
set -g mode-fg "#000000"
+
+new-session -A -s default
+set -t default status on