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:
2
.vimrc
2
.vimrc
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user