From 693607d68860fd18a5f69ff266368416108b46e9 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 14 Sep 2012 20:26:40 -0400 Subject: [PATCH] multiple improvements to tmux conf status-right and other stuff --- .tmux.conf | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index e5b0612..696b906 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -91,13 +91,27 @@ bind l refresh-client unbind | bind | split-window - # " windowlist -b unbind '"' bind '"' choose-window # reload config -bind-key r source-file ~/.tmux.conf \; display “Config reloaded!” +bind r source-file ~/.tmux.conf # Set TERM to 256 colors set -g default-terminal "screen-256color" + +# Start window numbering at 1 +set -g base-index 1 + +# mouse-select-pane [on | off] +# # # If on, tmux captures the mouse and when a window is +# # # split into multiple panes the mouse may be used to +# # # select the current pane. The mouse click is also +# # # passed through to the application as normal. +# # # +set -g mouse-select-pane on + +# status bar stuff +set -g status-interval 2 +set -g status-right "#(date) #H"