diff --git a/tmux b/tmux index f700df6..417bf8d 100644 --- a/tmux +++ b/tmux @@ -14,3 +14,6 @@ set -g mouse on # don't rename windows automatically set-option -g allow-rename off + +# Get 256 colour support +set -g default-terminal "xterm-256color"