diff --git a/vimrc b/vimrc index 6b34f62..c675893 100644 --- a/vimrc +++ b/vimrc @@ -27,7 +27,7 @@ set foldmethod=marker set noerrorbells visualbell t_vb= " enforce 256 colours for ssh connections and VTE -if $TERM == 'xterm' || exists("$SSH_CLIENT") +if $TERM == 'xterm' || $TERM == 'screen' || exists("$SSH_CLIENT") let &t_Co=256 endif