diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9ce96ed..0287acb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,6 +8,9 @@ set -g prefix C-s # Options to make tmux more pleasant set -g mouse on set -g default-terminal "tmux-256color" +set -g base-index 1 +set -g pane-base-index 1 +set -g renumber-windows on # using vim motions bind-key h select-pane -L