Clean up and add some stuff to appease NeoVim

This commit is contained in:
Josh Sherman 2024-06-18 21:29:23 -05:00
parent d5dee9f714
commit 79f6b58d1e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -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