How to run mvim (MacVim) from Terminal?

前端 未结 12 895
北荒
北荒 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:59

    This works for me:

    λ brew link --overwrite macvim
    Linking /usr/local/Cellar/macvim/8.0-146_1... 12 symlinks created
    

提交回复
热议问题