From 051cbaf9ed44738d994c466ea824a30177363642 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 7 Oct 2017 21:15:59 -0700 Subject: [PATCH] added mouse support --- link/nix/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/link/nix/tmux.conf b/link/nix/tmux.conf index a6488ac..28031b4 100644 --- a/link/nix/tmux.conf +++ b/link/nix/tmux.conf @@ -1 +1,8 @@ source "/usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf" + +# Make mouse useful in copy mode +set -g mouse on + +# Scroll History +set -g history-limit 30000 +