name windows from inex 1 not 0

This commit is contained in:
Jonny Barnes 2017-12-10 12:19:05 +00:00
parent 9125b39d3e
commit b0334c5e5b

6
tmux
View file

@ -3,8 +3,14 @@ unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
# start with window 1 (instead of 0)
set -g base-index 1
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
# don't rename windows automatically
set-option -g allow-rename off