From 79f6b58d1e11d6af8426f53867973f5f5a3b612e Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Tue, 18 Jun 2024 21:29:23 -0500 Subject: [PATCH] Clean up and add some stuff to appease NeoVim --- tmux/.tmux.conf | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index d8d01bd..8d9073a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -1,9 +1,6 @@ -# Some stuff that I've been messing with to appease the tmux/nvim gods -# set -g default-terminal "xterm-256color" -# set-option -g default-terminal "xterm-256color" - # Get my colorscheme working again in NeoVim 0.10+ -# Old tmux version -# set-default colorset-option -ga terminal-overrides ",xterm-256color:Tc" -# New tmux version set-option -ga terminal-overrides ",xterm-256color:Tc" + +# Suggestions from NeoVim :checkhealth +set-option -sg escape-time 10 +set-option -g focus-events on