You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Improve colors
|
|
set -g default-terminal 'screen-256color'
|
|
|
|
# Set scrollback buffer to 10000
|
|
set -g history-limit 10000
|
|
|
|
# Customize the status line
|
|
set -g status-fg green
|
|
set -g status-bg black
|