|
|
|
|
|
by vishbar
3450 days ago
|
|
I use vim in cmder occasionally. The only way I've been able to use it properly is to disable conemu hooks before I execute it. Basically, I've defined a function my profile to: * Save the ConEmuHooks environment variable value
* Set it to "Off"
* Execute vim
* Reset it to the previous value I alias this command to "vim". It's not pretty at all, and it caused me to use Sublime or VSCode most of the time, but it worked for me. More info here: http://conemu.github.io/en/ConEmuEnvironment.html |
|