From e1382f5c1f42844040ef010b3cdf8dfee54b2c02 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 8 Aug 2026 12:00:45 +0100 Subject: [PATCH] Enable tmux focus-events Claude Code CLI warns when focus-events is off. The option was already present in the config but commented out from when it was first added. Co-Authored-By: Claude Opus 5 (1M context) --- tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux b/tmux index 1dcc70f..90e8c15 100644 --- a/tmux +++ b/tmux @@ -22,7 +22,7 @@ bind r source-file ~/.tmux.conf set -g mouse on # Track focus events -#set-option -g focus-events on +set-option -g focus-events on # don't rename windows automatically set-option -g allow-rename off