From 418691609caa8388bc6f2e81c24bda71dd22e1fd Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Thu, 11 Oct 2018 20:08:47 +0200 Subject: [PATCH] Panes number start now at 1 \o/ --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 5c09253..dfc53c4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,6 +7,8 @@ bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." set -g mouse on bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'" +set -g base-index 1 +set -gw pane-base-index 1 unbind C-b set -g prefix C-q bind C-q send-prefix