From d136d93ca22dfca340bf92cf089ed97d965519e8 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 17 Nov 2017 14:44:08 +0100 Subject: [PATCH] mouse in tmux --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index b89ae59..01dc179 100644 --- a/tmux.conf +++ b/tmux.conf @@ -3,6 +3,7 @@ set -g default-terminal "screen-256color" set -g base-index 1 set -g renumber-windows on set -g set-titles on +set -g mouse on setw -g aggressive-resize on setw -g automatic-rename on