diff tmux.conf @ 162:ca5ddc6081dc

Remember tmux statusline layout
author zegervdv <zegervdv@me.com>
date Sun, 26 Oct 2014 16:21:56 +0100
parents f733cdceff27
children 1ec3c51c9047
line wrap: on
line diff
--- a/tmux.conf	Fri Oct 24 19:26:16 2014 +0200
+++ b/tmux.conf	Sun Oct 26 16:21:56 2014 +0100
@@ -1,6 +1,8 @@
 # improve colors
 set -g default-terminal 'screen-256color'
 
+source-file ~/.tmux/statusline.conf
+
 bind s split-window -v
 bind v split-window -h
 
@@ -39,8 +41,8 @@
 
 
 # remove administrative debris (session name, hostname, time) in status bar
-set -g status-left ''
-set -g status-right ''
+# set -g status-left ''
+# set -g status-right ''
 
 # increase scrollback lines
 set -g history-limit 10000