Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

cmder starts vim in replace mode using ssh

Tags:

vim

ssh

cmder

This problem is persistent with cmder on my Windows 10 PC using ssh. I also installed conemu to verify if it's just a problem with cmder. Sure enough conemu will also start vim in replace mode. No matter what Linux client I log into, when I run vim with cmder or conemu, vim starts in replace mode.

vim does not start in replace mode when I use vim on cmder before I login to a linux client via ssh, use vim with Chrome ssh client or putty or use vim on Linux machines with cmder or conemu from my Windows 8.1 PC.

Attempted to remove cmder from my Windows 10 machine including through regedit to resolve the issue.

like image 966
D. Hess Avatar asked Jul 24 '26 00:07

D. Hess


1 Answers

You may try un-checking these In-console options in Cmder Settings > Features :

  • Inject ConEmuHk
  • ANSI and xterm sequences

Save settings, then start a new Cmder console, ssh and run vim to check if the problem resolves. These features are the cause of the problem on my Windows 10 PC.

like image 148
yhd.leung Avatar answered Jul 28 '26 16:07

yhd.leung