LoginSignup
5
4

More than 5 years have passed since last update.

TerminalからMacVimの起動

Last updated at Posted at 2017-08-22

MacVimは香り屋版を使用
https://github.com/splhack/macvim-kaoriya

.bashrcを開く
$ vim ~/.bashrc

.bashrcファイル中でエイリアス指定
alias mvim=/Applications/MacVim.app/Contents/bin/mvim "$@"'

.bash_profileファイルを開く
$ vim ~/.bash_profile

.bash_profileファイルに以下を追記
source ~/.bashrc

起動方法
$ mvim hoge.txt

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4