From c012641b096b5ae157a0f9a60b2068281f44301d Mon Sep 17 00:00:00 2001 From: craftengineer Date: Fri, 5 Jun 2026 20:29:49 +0000 Subject: [PATCH] feat: enable tmux focus-events for focus tracking - Add 'set -g focus-events on' so tmux forwards focus-in/out events to programs in panes (Claude Code, vim/neovim), fixing the 'focus-events off' warning. --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fc654ba..fce168d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ set -g mouse on +set -g focus-events on set -g history-limit 50000 set -g base-index 1 setw -g pane-base-index 1