From 170c3acb55a401cf880fee42395d77e41d70ce77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Thu, 25 Jan 2024 21:03:47 +0100 Subject: [PATCH] feat(tmux): set-option -g focus-events on --- tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 989e659..058a7c6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,8 @@ set -ag terminal-overrides ",xterm-256color:RGB" set -s escape-time 0 +set-option -g focus-events on + unbind C-b set-option -g prefix C-s bind-key C-s send-prefix