From 4f88d0e08c98492577b2cc4498902967e1c33078 Mon Sep 17 00:00:00 2001 From: Fazil Altinel Date: Mon, 26 Apr 2021 13:45:33 +0300 Subject: [PATCH] Switch mouse mode on --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index f415393..7b21d04 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,7 +16,9 @@ set -g lock-after-time 0 set -g lock-command "lock -np" set -g message-command-style fg=yellow,bg=black set -g message-style fg=black,bg=yellow -set -g mouse off +set -g mouse on +set -g base-index 1 +set -g pane-base-index 1 set -g prefix C-b set -g prefix2 None set -g renumber-windows off