From 63b898af277ff05c59c1a277e33290e386427159 Mon Sep 17 00:00:00 2001 From: KeeganForelight Date: Mon, 7 Mar 2022 16:43:18 -0500 Subject: [PATCH] tmux config added --- install.conf.yaml | 1 + tmux.conf | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 tmux.conf diff --git a/install.conf.yaml b/install.conf.yaml index 72a71ea..4cee92d 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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 diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..2aa23f8 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,6 @@ +# Improve Colors +set -g default-terminal "screen-256color" + +# Set scrollback buffer +set -g history-limit 10000 +