summaryrefslogtreecommitdiff
path: root/home/common/modules/tmux.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/common/modules/tmux.nix')
-rw-r--r--home/common/modules/tmux.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/common/modules/tmux.nix b/home/common/modules/tmux.nix
index 6705f38..433a02c 100644
--- a/home/common/modules/tmux.nix
+++ b/home/common/modules/tmux.nix
@@ -43,5 +43,8 @@
set -g status-left ""
set -g status-right ""
set -g status-justify right
+
+ # nvim.checkhealth: without this |'autoread'| may not work
+ set-option -g focus-events on
'';
}