1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-31 13:06:46 +02:00

tmux.conf: Use screen-256color as $TERM .

It might have nicer colours, but I don't know.
This commit is contained in:
Mika Suomalainen 2011-12-03 17:13:15 +02:00
parent 7efe627768
commit 27b1c14118

@ -24,3 +24,6 @@ bind-key 0 select-window -t :10
# Enables mouse
set -g mode-mouse on
# Enables colours
set -g default-terminal "screen-256color"