From e10fddf0cd56c3e2479687d2b560a56dfa87d9ab Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 25 Oct 2016 09:37:43 -0700 Subject: [PATCH] Update tmux config --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux.conf b/tmux.conf index b2e3ebd..0b441e8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1 +1,7 @@ +# Enable mouse scrolling in copy mode set-window-option -g mode-mouse on + +# Switch prefix from C-b to C-t +unbind C-b +set -g prefix C-t +bind C-t send-prefix