dotfiles/tmux.conf
2022-03-07 16:43:18 -05:00

7 lines
112 B
Bash

# Improve Colors
set -g default-terminal "screen-256color"
# Set scrollback buffer
set -g history-limit 10000