Panes number start now at 1 \o/

This commit is contained in:
Yorick Barbanneau 2018-10-11 20:08:47 +02:00
parent 597cc6edb0
commit 418691609c

View file

@ -7,6 +7,8 @@ bind R source-file ~/.tmux.conf \; display-message " Config reloaded..."
set -g mouse on 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'" 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 unbind C-b
set -g prefix C-q set -g prefix C-q
bind C-q send-prefix bind C-q send-prefix