From 36dbc08ad0b1ee3bd1b75d0e588e5b4bfd699d0c Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 19 Sep 2018 12:02:39 -0700 Subject: [PATCH] Update tmux config for newer tmux versions (>2.1) --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 0b441e8..45093c6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,5 +1,5 @@ # Enable mouse scrolling in copy mode -set-window-option -g mode-mouse on +set-window-option -g mouse on # Switch prefix from C-b to C-t unbind C-b