Tmux config seems like it probably solved things. Wondering if I outta put a line in there to automatically source the tmux config. Still can't believe I've went this long without needing to muck with the tmux config at all. I wonder how life will be different now, hopefully better.
9 lines
383 B
Bash
9 lines
383 B
Bash
# 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"
|