From add0b4baa5db834e92bb9224dcbd373ebf6f464c Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 25 Feb 2014 23:59:33 +0100 Subject: Removing incompatibility with version 1.9 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index eb33da1..6d3408b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -33,7 +33,7 @@ bind-key L resize-pane -R set -g set-titles on set -g set-titles-string "#T" -set base-index 1 +#set base-index 1 set -g history-limit 10000 set-window-option -g xterm-keys on #pass xterminal keys to tmux terminals setw -g mode-mouse on -- cgit v1.2.3-54-g00ecf