qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

Opening VimR from terminal just like Mvim #936

Closed alexventuraio closed 2 years ago

alexventuraio commented 2 years ago

I'm starting with Neovim coming from Vim and I like to use it on a GUI app instead of running it within the terminal. For vim I was able to instal MacVim with Homebrew which brings a binary to start it from the console just by running mvim . to open the MacVim application on the current directory.

Is there a way for VimR to do the same like vimr . ?

kevinm6 commented 2 years ago

Command Line Tool

Follow the guide... after that, you should be able to enter vimr < args > in the shell (add the binary to /usr/local/bin usually)

alexventuraio commented 2 years ago

Thanks ir worked!