Re: GNU Screen and vim

2006-10-28 Thread Fabien Meghazi
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

Re: GNU Screen and vim

2006-10-23 Thread Fabien Meghazi
I just did some tests, and in both xterm and rxvt, screen passed the escape codes for Shift-Up through without altering them. Try going to a command line in screen, running something like 'cat > /dev/null' and checking to make sure that Shift-Up is still working from there while in screen. If it

GNU Screen and vim

2006-10-23 Thread Fabien Meghazi
arrow But as soon as I'm under screen it doesn't work anymore. When I press Shift-Down, I only see ^[[a appearing in my vim status line, then vanish 2 second after. It seems to be a screen problem or bad configuration of mine. Could someone give me a hint ? -- Fabien Meghazi Web