From e7b7747151fd76502a324f21ac689296184b7726 Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Tue, 19 Apr 2016 00:16:04 +0200 Subject: [PATCH] also scroll on desktop --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index f3ae5a4..664b7c5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,6 +2,7 @@ set -g alternate-screen on # dont respect smaller windows setw -g aggressive-resize on +setw -g mode-mouse on # command prefix unbind C-b