screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Screen and vim


From: Thomas Köhler
Subject: Re: GNU Screen and vim
Date: Sat, 28 Oct 2006 13:26:30 +0200
User-agent: Mutt/1.5.4i

Fabien Meghazi wrote:
> I should have figured that on my own. Sorry for loosing your time.
> Indeed the escape sequence is sent by screen.
> So I tried to export TERM=rxvt-xpm and indeed, that worked.
> So it's just vim handling escape sequence differently according to
> TERM's value, and indeed my problem is not about screen but about vim
> configuration. Thanks for turning my brain on !

In your .vimrc, you could just add
  if $TERM == "screen"
     set term="rxvt-xpm"
  endif
That might be better in order not to confuse other
applications...

Ciao,
Thomas

-- 
 Thomas Köhler       Email:       address@hidden
     <><             WWW:              http://gott-gehabt.de
                     IRC:                           tkoehler
                     PGP public key available from Homepage!

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]