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.


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to