How to run mvim (MacVim) from Terminal?

前端 未结 12 920
北荒
北荒 2020-11-30 15:55

I have MacVim installed and I am trying to set it up as the editor for Git (version control), but I can\'t run \'mvim\' from the command line as it isn\'t recognised. How d

12条回答
  •  死守一世寂寞
    2020-11-30 16:57

    If you have homeBrew installed, this is all you have to do:

    brew install macvim
    brew linkapps
    

    Then type mvim in your terminal to run MacVim.

提交回复
热议问题