Keyboard issue when using kitty+puttycyg but not when using putty or cygwin alone

Posted by kamaradclimber on Super User See other posts from Super User or by kamaradclimber
Published on 2011-11-15T12:30:02Z Indexed on 2011/11/24 1:56 UTC
Read the original article Hit count: 328

Filed under:
|

I would like to use a unique way to use console on my windows setup. Previously I used putty for remote access to linux servers and cygwin to have unix-like tools on windows.

Then I discovered kitty which is a patched putty and have added the puttycyg patch. It provides the same way to connect to remote and local console.

However, there is a strange behavior using vim when connected to the local console (using the puttycyg patch) : keys display A/B/C/D and replace the current character by these letter. In insert mode it does replace the caracter, in normal mode, no modification is made to the document even if the caracter is displayed as replaced.

For instance, when I type :

fixed bug with product deleted

I get :

fixed  bbug wiwith  prprodudueleteted

I have read a lot of questions about this type of issue 3, 4 and googled it but there is no answer that work for me.

The issue is present only for the setup kitty+puttycyg patch : cygwin alone works perfectly (and putty alone works also for access to linux servers).

Any help would be appreciated !

© Super User or respective owner

Related posts about vim

Related posts about putty