Thursday, June 29, 2017

Re: vi.bat helper

2017-06-30 0:16 GMT+03:00 Andrew Pennebaker <andrew.pennebaker@gmail.com>:
> The Vim installer for Windows helps to add "vim" to the command PATH by
> adding a vim.bat file in C:\Windows. Could the installer also add a vi.bat
> file, so that developers can invoke Vim by the even shorter command "vi"?
>
> vi.bat:
>
> vim %*
>
> Cheers,
> Andrew

Those who need it can do same thing themselves. One letter is not
actually hard to type and `vi` has its own meaning, mostly "tiny
version of Vim" (in Debian-based) or "featureless Vi-like editor"
(i.e. busybox `vi` applet) now.

>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups
> "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: