From 9d2c018564567038b38aee261740690bfd069629 Mon Sep 17 00:00:00 2001 From: jreichmann Date: Thu, 30 May 2019 22:01:14 +0200 Subject: [PATCH] tmux: turn mouse mode off, it annoys me more than it is useful --- roles/tmux/templates/tmux.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/tmux/templates/tmux.conf.j2 b/roles/tmux/templates/tmux.conf.j2 index 0d1d631..3900024 100644 --- a/roles/tmux/templates/tmux.conf.j2 +++ b/roles/tmux/templates/tmux.conf.j2 @@ -37,7 +37,7 @@ set status-right '[FFKA: #(ip addr show freifunk | grep inet6 | grep -v fe80 | c set status-interval 2 # Set some helpful limits & modes -set -g mouse on +set -g mouse off set -g history-limit 50000 # Make tmux resize based on smallest client actually viewing the window, not just attached