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.
8 lines
231 B
8 lines
231 B
set -ga terminal-overrides ",screen-256color*:Tc"
|
|
set-option -g default-terminal "screen-256color"
|
|
set -s escape-time 0
|
|
set-option -g status-style fg=white,bg=black
|
|
|
|
unbind-key C-b
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|