From 2ee0f86ff3638527e86c341c29e1f2b05b3d0905 Mon Sep 17 00:00:00 2001 From: Vasili Svirydau Date: Wed, 3 Jul 2013 11:53:03 -0700 Subject: [PATCH] tmux versioning attempt --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index f7e0fc1..4fe6741 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ set -g default-terminal "screen-256color" set -g base-index 1 -set -g pane-base-index 1 +if-shell '[ "$(tmux -V | awk '{print $2*10}')" -ge 17 ]' 'set -g pane-base-index 1' set -g set-titles on set -g status-keys vi # Faster Command Sequences