Drop Tmux config

Only added this crap because NeoVim was giving me crap. Tmux with it's
stock config hasn't done me wrong... that I know of.
This commit is contained in:
Josh Sherman 2024-06-24 10:46:38 -05:00
parent 34dba2da21
commit 5efa8e898e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 1 additions and 7 deletions

View file

@ -23,7 +23,7 @@ else
git pull origin main git pull origin main
fi fi
stow git screen tmux vim zsh stow git screen vim zsh
if [[ `uname` == Darwin ]]; then if [[ `uname` == Darwin ]]; then
stow macos stow macos

View file

@ -1,6 +0,0 @@
# Get my colorscheme working again in NeoVim 0.10+
set-option -ga terminal-overrides ",xterm-256color:Tc"
# Suggestions from NeoVim :checkhealth
set-option -sg escape-time 10
set-option -g focus-events on