tmux: add 'focusEvents'

With `tmux-sensible` being disabled by default, add an easy toggle to
enable this functionality.

Disabled by default, as in upstream `tmux`.
This commit is contained in:
Bruno BELANYI 2024-11-28 12:37:48 +00:00 committed by Robert Helgesson
parent 873e39d5f4
commit bf23fe4108
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
8 changed files with 17 additions and 0 deletions

View file

@ -19,6 +19,7 @@ set -g mode-keys emacs
set -g mouse off
set -g focus-events off
setw -g aggressive-resize off
setw -g clock-mode-style 12
set -s escape-time 500