Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I'm starting to use telnet for remote access and control of others windows pc. The problem that I'm facing is that when i start the VIM program the telnet session hangs and it doesn't respond to any key press. What is the reason behind that?

share|improve this question
What exactly do you telnet to on Windows client? Do you run the vim in telnet session on Windows client? How is the vim installed? – mkudlacek Jan 24 '11 at 12:47
i don't understand well your questions. I'm connecting with telnet to a cmd terminal, from what i launch any command line program with out any problem, except VIM. VIM opens, appears the startup screen and then nothing more works – Ps1CsCpp Jan 24 '11 at 13:01
I, too, am having the same issue. When I am in a telnet session to a Windows 7 box, vim will not open and the telnet session hangs. – kzh Oct 2 '11 at 23:11

closed as off topic by Iain, MDMarra, Shane Madden, Scott Pack, Miles Erickson Jan 23 '12 at 12:12

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

I've seen this happen when using PuTTy to ssh to a UWIN instance via localhost.

Vim for Windows assumes it is running inside a Windows console window, which is not the case when all you've got is a remote ANSI terminal emulator.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.