From 246a02e604e9314b58b664cd47684fbbcacb94b1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 22 Feb 2016 13:55:41 -0800 Subject: [tmux] small changes to the status line --- tmux.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 5b2afff..4ac1b66 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,8 +6,11 @@ setw -g aggressive-resize on # emacs binding set -gw mode-keys emacs -bind 2 split-window -v -bind 3 split-window -h # status set -g status on + +set-option -g status-left-length 25 +set-option -g status-left '#h:#S |' +set-option -g status-right ' | %Y-%m-%d %H:%M' + -- cgit 1.4.1