From d5cb0f72d1516ce2ab966c85d768e83b7969568b Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Mon, 13 Mar 2023 21:30:11 +0100 Subject: [PATCH] tmux: Enable focus-events Signed-off-by: Christoph Heiss --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8e77481..576cae3 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -102,4 +102,6 @@ bind-key -Tcopy-mode-vi y send -X copy-selection-and-cancel # Disable mouse support set-option -g mouse off +set-option -g focus-events on + set-option -sa terminal-overrides ',xterm-256color:RGB'