10 lines
195 B
Bash
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
|
|
|