X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=tmux.conf.in;h=9c22dfb9694541f723ef2827f102311a8ba45715;hb=7d5048570745abcae35256e8a34e8a2f4d0f3b0a;hp=33d1c1e8519539db184c10210a5e272c4dba3ddd;hpb=c04b4909739cbb19e3d400421d9f6bf826958b3d;p=config%2Fdotfiles.git diff --git a/tmux.conf.in b/tmux.conf.in index 33d1c1e..9c22dfb 100644 --- a/tmux.conf.in +++ b/tmux.conf.in @@ -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).