From 3d6e98170922f45c839e791fa6be206576b70abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Sat, 6 Jul 2024 10:59:59 +0200 Subject: [PATCH] tmux mouse support fix --- tmux/.config/tmux/tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 48718b3..b852a19 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -3,7 +3,6 @@ set -g prefix C-Space # Mouse support set -g mouse on -set -g mouse-select-pane on # vi keybinds setw -g mode-keys vi