From 6288ba3cfdefbf33285c5636a9a4242fcc934c7c Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:33:03 +0100 Subject: [PATCH] fixed checkhealth issues for focus event using tmux with neovim --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index d90445a..152d150 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -52,6 +52,9 @@ set -g status-left-length 20 # Reduce the escape time for Neovim set-option -sg escape-time 10 +# Enable focus event for Neovim +set-option -g focus-events on + # Terminal feature specific to Neovim set-option -sa terminal-overrides ',alacritty:Tc'