From 567523f7b62f020f92678dbb05d464a7f6df6161 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 7 Jul 2021 17:38:21 -0300 Subject: [PATCH] Added NeoVim :checkhealth recommendations --- tmux/tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3dacd79..6d112da 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -32,3 +32,8 @@ set-option -g status-right "" set-option -g status-right-length 0 set-option -g status-left "" set-option -g status-left-length 0 + +# Options to make NeoVim (more) happy +set-option -g focus-events on +set-option -g default-terminal "xterm-256color" +set-option -sa terminal-overrides ',xterm-256color:RGB'