1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 02:25:11 +01:00

screen sessions need nice vim too

This commit is contained in:
Michiel Scholten
2014-06-24 13:59:25 +02:00
parent fe98dea549
commit 548b790c6a

2
.vimrc
View File

@@ -49,7 +49,7 @@ set complete-=k complete+=k
set smartcase
" 2008-04-14 with the if-statement added at 2008-11-19
if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color"
if &term == "xterm" || &term == "screen-bce" || &term == "screen-256color" || &term == "screen"
set t_Co=256
colorscheme zenburn