From 65b6d539aa4a455785b7a4688f2c24ff9b6e5d9f Mon Sep 17 00:00:00 2001 From: kuben Date: Fri, 13 Sep 2019 14:31:41 +0200 Subject: [PATCH] .tmux.conf: Mouse support --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index b4100a6..573d1a0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,4 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +set -g mouse on