From 5e0bd8e6a88b1ec610b1cdf791e778c42a87f1f5 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 3 Jan 2021 18:58:33 +0100 Subject: [PATCH] tmux: add mouse support --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 82c30a1..24d38af 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,3 +16,6 @@ setw -g mode-keys vi # do not truncate session name set -g status-left-length 15 + +# enable mouse +set -g mouse on