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