From 65984f73686484d341640c011ce0bfc685d386c5 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 15 Dec 2025 12:55:00 +0100 Subject: Add focus-events to tmux config --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 2b94e06..68be347 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -18,6 +18,9 @@ bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R +# needed for autoread to work in neovim +set-option -g focus-events on + # highlight current window in status bar set-window-option -g window-status-current-style 'bg=brightwhite' set-window-option -g window-status-current-format ' #I:#W ' -- cgit v1.3.1