Windows should be indexed from 1

...to align better with keyboard
pull/27/head
Grayson Koonce 2015-07-27 22:36:40 -07:00
parent cd7faa8bba
commit e6ef5dca86
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ main() {
if server_option_value_not_changed "escape-time" "500"; then
tmux set-option -s escape-time 0
fi
# index windows from 1 to align better with keyboard
set -g base-index 1
setw -g pane-base-index 1
# increase scrollback buffer size
if option_value_not_changed "history-limit" "2000"; then