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:
parent
837efb3cca
commit
e1382f5c1f
1 changed files with 1 additions and 1 deletions
2
tmux
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue