맥OS
[mac osx] xcode에서 vim사용하기
개발자_이훈규
2016. 2. 12. 15:48
331 git clone https://github.com/XVimProject/XVim.git
332 ls
333 cd XVim/
334 ls
335 make
336 cd
337 mv ~/Downloads/vimrc .xvimrc
338 ls
Reference : http://blog.cahg.org/wp/?p=305