screen is valid for 256 colours too
This commit is contained in:
parent
a333f045ea
commit
8845a30715
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -27,7 +27,7 @@ set foldmethod=marker
|
||||||
set noerrorbells visualbell t_vb=
|
set noerrorbells visualbell t_vb=
|
||||||
|
|
||||||
" enforce 256 colours for ssh connections and VTE
|
" 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
|
let &t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue