summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-11-26 17:43:53 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-11-26 17:43:53 -0800
commit739f37122f1369b0e0a0330f74f3cad8652d08fc (patch)
tree8d8b68f1be1d4dac8dc88da716e3fe292ef4581b
parent[iterm] update. (diff)
downloademacs.d-739f37122f1369b0e0a0330f74f3cad8652d08fc.tar.gz
[tmux] simplify tmux as much as possible.
Diffstat (limited to '')
-rw-r--r--tmux.conf24
1 files changed, 1 insertions, 23 deletions
diff --git a/tmux.conf b/tmux.conf
index 068685b..c15a830 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -3,34 +3,12 @@ set-option -g prefix C-z
 unbind-key C-b
 bind C-t send-prefix
 
-set -s escape-time 1
-
-# colors
-set -g default-terminal "screen-256color"
+set -g status off
 
 # messaging
 set -g message-bg colour167
 set -g message-fg black
 
-# View
-set-option -g status-interval 10
-set-option -g status-left-length 16
-set-option -g status-right-length 50
-
-setw -g window-status-format "#I:#W "
-set-option -g status-bg colour232
-set-option -g status-fg white
-
-set -g status-left ''
-
-set-option -g status-right '#(docker-gcp tmux-status) | %H:%M'
-set-option -g status-right-fg white
-set-option -g status-right-bg colour232
-
-setw -g window-status-current-format " #W "
-set-window-option -g window-status-current-bg colour254
-set-window-option -g window-status-current-fg black
-
 # move pane like Vim
 bind h select-pane -L
 bind j select-pane -D