diff --git a/.tmux.conf b/.tmux.conf index 19abd58..311b0e0 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -67,3 +67,5 @@ bind R source-file ~/.tmux.conf \; display-message "Config reloaded..." # Use C-a,a to send prefix to nested session bind-key a send-prefix + +set -g default-terminal "screen-256color"