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:
parent
112a2e95e6
commit
19c802aa52
3 changed files with 12 additions and 4 deletions
2
install
2
install
|
@ -23,7 +23,7 @@ else
|
||||||
git pull origin main
|
git pull origin main
|
||||||
fi
|
fi
|
||||||
|
|
||||||
stow git screen vim zsh
|
stow git screen tmux vim zsh
|
||||||
|
|
||||||
if [[ `uname` == Darwin ]]; then
|
if [[ `uname` == Darwin ]]; then
|
||||||
stow macos
|
stow macos
|
||||||
|
|
9
tmux/.tmux.conf
Normal file
9
tmux/.tmux.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# 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"
|
|
@ -84,6 +84,5 @@ if [[ `uname` == Darwin ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Nvim takeover
|
# Nvim takeover
|
||||||
# Nvim 0.10 borked my colorschemes, so getting back to basics with mainline Vim
|
alias vim='nvim'
|
||||||
# alias vim='nvim'
|
alias vimdiff='nvim -d'
|
||||||
# alias vimdiff='nvim -d'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue