From ab9f6a213c3c72cf2b89f796ef2f26a4dc12eff0 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 14 Nov 2011 17:07:53 +0200 Subject: [PATCH] tmux.conf: enable mouse --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 6b094ba2..4ea4c124 100755 --- a/tmux.conf +++ b/tmux.conf @@ -22,3 +22,5 @@ set -g base-index 1 # Sets 0 as window 10 (in my keyboard, numbers are 1234567890) bind-key 0 select-window -t :10 +# Enables mouse +set -g mode-mouse on