Results 290 comments of Enno

Regarding `$PATH` and feature parity, I am a bit confused as ```sh # vimer (lines 69-79) find_vim() { echo $EDITORS | tr : '\n' | while read -r v do...

Okay, the unix shell script now also falls back to `$EDITOR`. So my fork would differ in finding Vim by - falling back to `$PATH` in Windows as well -...

Cool, so be it. Feel free to link to my fork, maybe using this description. I will add it to the Readme.

Well, I also removed the context menu entries on Windows (and Unix) as I was under the impression by the HKCR reg key that they require an administered machine?

Maybe there is another difference, as the Shell script, but not the batch script, opens Vim if no instance exists, whereas in this pull request Vim is opened on Microsoft...

Good afternoon, maybe you could point out where it falls short?

Thank you, I would not mind closing this pull request and conversation, but feel free to reopen.

There are also [vim-aliases](https://github.com/Konfekt/vim-alias)

The function to switch to the last active desktop could perhaps be implement similar to [this](https://github.com/sdias/win-10-virtual-desktop-enhancer/pull/65) and [that](https://github.com/phazzzy/win-10-virtual-desktop-enhancer/commit/b1fb9255253092c394ace1f2f0afd6a6f62c56aa) commit...

Exactly, Single Alt+Tab for Desktops. Thank you very much, storing the last desktop in a variable on a desktop change and accessing it by a function bound to a keyboard...