380 set columns=120 lines=40 |
380 set columns=120 lines=40 |
381 end |
381 end |
382 |
382 |
383 colorscheme solarized |
383 colorscheme solarized |
384 else |
384 else |
|
385 |
|
386 if $TERM =~ 'screen' |
|
387 if $TERM == 'screen-bce' |
|
388 "if i'm not screen-bce, i'm not sure i have a good .screenrc in place |
|
389 set t_Co=256 |
|
390 endif |
|
391 |
|
392 set mouse=a |
|
393 endif |
|
394 |
|
395 if $TERM =~ 'rxvt-unicode' |
|
396 set ttymouse=urxvt |
|
397 set mouse=a |
|
398 endif |
|
399 |
385 if &t_Co == 256 |
400 if &t_Co == 256 |
386 colorscheme jellybeans |
401 colorscheme jellybeans |
387 end |
402 end |
388 |
403 |
389 if $TERM =~ 'rxvt-unicode' |
|
390 set ttymouse=urxvt |
|
391 set mouse=a |
|
392 endif |
|
393 end |
404 end |
394 |
405 |
395 |
406 |