If you want to install a simple editor that runs in your terminal
using MSYS2, I'd pick nano:

pacman -S nano

If you want to install a really complicated, advanced editor with a
GUI using MSYS2, there is emacs:

pacman -S $MINGW_PACKAGE_PREFIX-emacs

You can also just use a normal Windows text editor like Notepad++ or
Visual Studio Code; you don't have to get your text editors from the
MSYS2 package manager.

--David

On Tue, May 21, 2019 at 12:29 PM Óscar Fuentes <[email protected]> wrote:
>
> Jose Isaias Cabrera <[email protected]>
> writes:
>
> > I am trying to add some proxies to my .bashrc file, and there is no
> > vi, vim, ed, ne editor to edit the file. The installer should at least
> > provide vi as a default. Thoughts? Thanks.
>
> If vim is not installed just execute
>
> pacman -S vim
>
>
>
> _______________________________________________
> Msys2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/msys2-users


_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to