From 889f179832655bb4f44dbef566b8b432a5ecd2d4 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 14 Jul 2014 12:37:01 +0200 Subject: [PATCH] Only windows should start with 0, panes start with 1 --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 6a62c8f..be49fae 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -34,7 +34,7 @@ bind E setw synchronize-panes off # set first window to index 1 (not 0) to map more to the keyboard layout... #set-option -g base-index 1 -#set-window-option -g pane-base-index 1 +set-window-option -g pane-base-index 1 # color scheme (styled as vim-powerline) set -g status-left-length 52