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