]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - tmux.conf.in
setup.sh: Also use 256color check for Tmux.
[config/dotfiles.git] / tmux.conf.in
index 33d1c1e8519539db184c10210a5e272c4dba3ddd..9c22dfb9694541f723ef2827f102311a8ba45715 100644 (file)
@@ -36,6 +36,9 @@ set-option -g default-path "."
 
 # TERMINAL
 
+# Enable 256 color mode.
+set-option -g default-terminal "screen-256color"
+
 # Disable alternative screen feature. This way e.g. Vim's window content stays
 # visible after quitting Vim. This is quite useful to copy data (needs tmux
 # 1.5 to work (almost) completely).