2023-07-26 08:58:47 +02:00
|
|
|
|
# set -g default-terminal screen-256color
|
|
|
|
|
# set -g default-terminal tmux-256color
|
|
|
|
|
set -g default-terminal xterm-256color
|
2023-07-24 10:12:31 +02:00
|
|
|
|
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
|
|
|
|
|
|