Add tmux config and bring back Neovim

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.
This commit is contained in:
Josh Sherman 2024-06-18 18:56:18 -05:00
parent 112a2e95e6
commit 19c802aa52
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 12 additions and 4 deletions

View file

@ -84,6 +84,5 @@ if [[ `uname` == Darwin ]]; then
fi
# Nvim takeover
# Nvim 0.10 borked my colorschemes, so getting back to basics with mainline Vim
# alias vim='nvim'
# alias vimdiff='nvim -d'
alias vim='nvim'
alias vimdiff='nvim -d'