dotfiles/tmux.conf
2022-04-05 16:15:57 -04:00

10 lines
195 B
Bash

# Improve Colors
set -g default-terminal "screen-256color"
# Set scrollback buffer
set -g history-limit 10000
# Set display time to be longer to allow selecting
set -g display-panes-time 5000