Vim Note
Use MacVim in Command line 2017年 2月16日 星期四 22时46分40秒 CST Add following in ./bash_profile: alias gvim='/Applications/MacVim.app/Contents/MacOS/Vim -g' Edit more than one file open file Out vim vim file1 file2 : open multiple files vim -o file1 file2 : open multiple files with horizontal windows vim -O file1 file2 : open multiple files with vertical windows in vim e file : open new file sp file : open new file in hroizontal window vsp file : open new file in vertical window close file :bd close current buffer...