From 092a4cc41876103b8e9186dbeafb89469465d641 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 2 Apr 2026 14:57:31 +0200 Subject: tmux: set base-index to 1 --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3125892..cbe9288 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,7 @@ unbind r bind r source-file ~/.config/tmux/tmux.conf set -g mouse on +set -g base-index 1 # allows to use vim bindings in scroll mode - key [ set-window-option -g mode-keys vi -- cgit v1.3.1