How to run mvim (MacVim) from Terminal?

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

    I'm adding Bard Park's comment here for that was the real answer for me:

    Since mvim is simply a shell script, you can download it directly from the MacVim source at GitHub here: http://raw.github.com/b4winckler/macvim/master/src/MacVim/mvim

提交回复
热议问题