diff --git a/tmux.conf b/tmux.conf index 62ff0c3..314e30b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,6 @@ ### CONFIG set -g status-right "#(hostname | cut -d. -f 1): #(uptime | awk -F 'averag[a-z]*: ' '{print $2}')" -set -g default-terminal "xterm-256color" +set -g default-terminal "screen-256color" # ### BINDS