tmux versioning attempt

This commit is contained in:
Vasili Svirydau
2013-07-03 11:53:03 -07:00
parent 4e3ce53b1e
commit 2ee0f86ff3

View File

@@ -1,6 +1,6 @@
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g base-index 1 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 set-titles on
set -g status-keys vi set -g status-keys vi
# Faster Command Sequences # Faster Command Sequences