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?
feedback
|
closed as off topic by Iain♦, MDMarra, Shane Madden, Scott Pack, Miles Erickson Jan 23 at 12:12
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
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. | ||||
|
feedback
|