summary refs log tree commit diff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2016-01-28 14:58:19 -0500
committerJune McEnroe <programble@gmail.com>2016-01-28 14:58:19 -0500
commit0377abd592dfbcb7cbf6dbcf89cc5a9f0091ec3f (patch)
tree70941848b57557eb4a066539314a20231e5cd1c8 /.tmux.conf
parentRemove psql format wrapped (diff)
downloadsrc-0377abd592dfbcb7cbf6dbcf89cc5a9f0091ec3f.tar.gz
src-0377abd592dfbcb7cbf6dbcf89cc5a9f0091ec3f.zip
Trim tmux configuration
Diffstat (limited to '')
-rw-r--r--.tmux.conf13
1 files changed, 1 insertions, 12 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 3aca3a99..4d322c9f 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -12,19 +12,8 @@ set -g default-terminal 'screen-256color'
 # Start windows at 1 rather than 0
 set -g base-index 1
 
-# Tab bar status line
+# Status line on top
 set -g status-position top
-set -g status-left ' #S '
-set -g status-left-fg black
-set -g status-left-bg white
-set -g window-status-separator ''
-set -g window-status-format ' #W '
-set -g window-status-current-format ' #W '
-set -g window-status-current-fg green
-set -g window-status-current-bg black
-set -g status-right ' %Y-%m-%d %H:%M '
-set -g status-right-fg black
-set -g status-right-bg white
 
 # Create new windows in same directory
 bind t new-window -c '#{pane_current_path}'