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) <noreply@anthropic.com>
This commit is contained in:
Jonny Barnes 2026-08-08 12:00:45 +01:00
commit e1382f5c1f
No known key found for this signature in database

2
tmux
View file

@ -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