From 5efa8e898ecb1de578a6d7ec088b7076595e33fc Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Mon, 24 Jun 2024 10:46:38 -0500 Subject: [PATCH] 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. --- install | 2 +- tmux/.tmux.conf | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 tmux/.tmux.conf diff --git a/install b/install index 303dfa0..1cc36c0 100755 --- a/install +++ b/install @@ -23,7 +23,7 @@ else git pull origin main fi -stow git screen tmux vim zsh +stow git screen vim zsh if [[ `uname` == Darwin ]]; then stow macos diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf deleted file mode 100644 index 8d9073a..0000000 --- a/tmux/.tmux.conf +++ /dev/null @@ -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