fixed checkhealth issues for focus event using tmux with neovim

This commit is contained in:
aminnairi
2023-12-02 15:33:03 +01:00
parent 2e67fbcf7d
commit 6288ba3cfd
+3
View File
@@ -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'