From ff73926b54643ed052173f984a9e09ac18596696 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 3 Feb 2020 13:04:46 -0700 Subject: Enable mouse mode --- stow/tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index 9eea730..6fa5c21 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -89,3 +89,5 @@ set -g @fingers-copy-command 'tmux save-buffer - | xp' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm' + +set-option -g mouse on -- cgit v1.2.3