X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=dotfiles%2Ftmux%2F.tmux.conf;h=67ebcb7b878dd1865d11fa93fa4eaf10135b0113;hb=86dfdc283ec7db759ee237dd2616cc94857bffc5;hp=9bfe9b12fcd32be06b47bc0ffc9f45b4377ffb0f;hpb=b0d3cc133e4e19763b08f6c69eca2a3cfd7fb7ad;p=shutils.git diff --git a/dotfiles/tmux/.tmux.conf b/dotfiles/tmux/.tmux.conf index 9bfe9b1..67ebcb7 100644 --- a/dotfiles/tmux/.tmux.conf +++ b/dotfiles/tmux/.tmux.conf @@ -1,4 +1,6 @@ -set -g default-terminal "screen-256color" +# Prefer xterm-256color as vim (neovim) within mutt switches to monochrome with +# screen-256color. +set -g default-terminal "xterm-256color" set -g mouse on set-window-option -g xterm-keys on