16 lines
407 B
Plaintext
Executable File
16 lines
407 B
Plaintext
Executable File
# set -g default-terminal screen-256color
|
||
# set -g default-terminal tmux-256color
|
||
set -g default-terminal xterm-256color
|
||
set -ga terminal-overrides ",*256col*:Tc"
|
||
set -g mouse on
|
||
bind r source-file ~/.tmux.conf \; display "Reloaded!"
|
||
|
||
set-option -g history-limit 5000
|
||
setw -g automatic-rename on
|
||
|
||
set-option -g status-position top
|
||
|
||
# set the status line's colors
|
||
set -g status-style fg=black,bg=#928374
|
||
|