From 300582ddfb0f7091f0a808c5c82e1ac8052b9650 Mon Sep 17 00:00:00 2001 From: steveokard Date: Thu, 27 Jul 2017 10:08:32 -0400 Subject: [PATCH] scrollback enabled for mousewheel --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index f4ea821..5992469 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,3 +2,5 @@ set -g prefix C-a unbind C-b bind C-a send-prefix +set -g history-limit 20000 +set-option -g mouse on