From b9620382a77e3153ef323e50a4613093cd71e64c Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 28 Jun 2024 11:08:05 -0400 Subject: [PATCH] Disable tmux mouse. --- ansible/roles/base/files/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/base/files/tmux.conf b/ansible/roles/base/files/tmux.conf index 652a43d..97f6230 100644 --- a/ansible/roles/base/files/tmux.conf +++ b/ansible/roles/base/files/tmux.conf @@ -1,4 +1,4 @@ -set-option -g mouse on +# set-option -g mouse on set-option -g history-limit 20000 # set -g @plugin 'tmux-plugins/tmux-yank' # Emacs style