screen-users
[Top][All Lists]
Advanced

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

Re: GNU Screen and vim


From: Fabien Meghazi
Subject: Re: GNU Screen and vim
Date: Sat, 28 Oct 2006 18:18:40 +0200

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...

Yeah thanks ! This is a clean tip for my problem.
I had tried to :set term=rxvt when vim was started without success so
I gave up this way before because I didn't tought it was required to
be set at startup. But in the vimrc it works ok.




reply via email to

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