dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 3e03e39bf756227117bea17b2dac265296059646
parent d067776469da792abb7aeed82c49f6e1f84d2b9e
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Thu,  1 Nov 2012 11:03:14 +0100

Pane numbering now starts at 1

Diffstat:
M.tmux.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -11,7 +11,8 @@ bind-key l select-pane -R bind r source-file ~/.tmux.conf \; display "Source file reloaded" -set -g base-index 1 # start numbering at 1 +set -g base-index 1 # start window numbering at 1 +set -g pane-base-index 1 # start pane numbering at 1 set -g default-terminal "screen-256color"