tmux config added

nvim
KeeganForelight 3 years ago
parent 2887bca04e
commit 63b898af27

@ -18,4 +18,5 @@
path: zshrc
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim
~/.tmux.conf: tmux.conf

@ -0,0 +1,6 @@
# Improve Colors
set -g default-terminal "screen-256color"
# Set scrollback buffer
set -g history-limit 10000
Loading…
Cancel
Save