I already have set in vim a permanent status line which is quite nice, with the following config in my .vimrc
" Status line config
set statusline=
set statusline+=%<\ " cut at start
set statusline+=%2*[%n%H%M%R%W]%*\ " flags and buf no
set statusline+=%-40f\ " path
set statusline+=%=%1*%y%*%*\ " file type
set statusline+=%10((%l,%c)%)\ " line and column
set statusline+=%P " percentage of file
Now, as I often switch from testing to production environments, I'd like vim to show the current user, as set up by ISPconfig, in the status line.
The ability to have one user (production server) in red would be a great plus :D