From 2b6ba4261b5d8f1459f0a29ce4b01d794150a05f Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 12 Jul 2021 10:22:32 -0300 Subject: [PATCH] More options to make NeoVim happy --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6d112da..31eb48f 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -35,5 +35,5 @@ 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' +set-option -g default-terminal "tmux-256color" +set-option -sa terminal-overrides ',tmux-256color:RGB'