![]() | 1 welsonla 2012-07-31 15:48:21 +08:00 自带的,用iterm代替终端 |
![]() | 2 kenzi 2012-07-31 15:59:20 +08:00 brew install macvim |
![]() | 3 ant_sz 2012-07-31 17:41:17 +08:00 ![]() 噗,终端里,为了+python +ruby 的特性又自己去官网下载源码编译的 |
![]() | 4 hengxin196 2012-07-31 17:47:07 +08:00 自带的 不用下载的呀 |
![]() | 5 eas 2012-07-31 17:47:49 +08:00 port install -v macvim |
![]() | 6 moyerock 2012-07-31 17:53:49 +08:00 brew install macvim |
![]() | 10 agassi_yzh 2012-07-31 21:22:17 +08:00 vim.org hg clone 源码回来自己编译在iterm下操作。 |
![]() | 11 iwinux 2012-08-01 20:38:53 +08:00 自带的怎么用啊,feature 没有 +huge,连 +python 和 +ruby 都没有 |
![]() | 12 jjgod 2012-08-02 05:06:30 +08:00 @iwinux: +python 和 +ruby 都有: :ver VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 20 2012 13:16:02) Compiled by [email protected] Normal version without GUI. Features included (+) or not (-): -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent -clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments -conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs -dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path +find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv +insert_expand +jumplist -keymap -langmap +libcall +linebreak +lispindent +listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape -mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype +path_extra -perl +persistent_undo +postscript +printer -profile +python/dyn -python3 +quickfix +reltime -rightleft +ruby/dyn +scrollbind +signs +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary +tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp -xterm_clipboard -xterm_save |
![]() | 13 bengle 2012-08-02 09:58:42 +08:00 自带的vim,在根目录下自己建一个.vimrc的文件配置下就可以了。 |
![]() | 14 krafttuc 2012-08-02 12:00:54 +08:00 自带的功能貌似少掉一点,譬如剪贴板没了。所以用macvim。可以去项目的Google code页面下载,也可以用homebrew安装。 |
![]() | 15 xell 2012-08-02 14:52:52 +08:00 直接 git clone 后自行 make 好了,很简单的,可以自行设置所需编译参数。 |
![]() | 16 royalar 2012-08-03 10:47:51 +08:00 我用的是github上作者提供好的编译版本,在ML下没有任何问题,工作良好。曾经自己编译过,结果很卡。。。 |
![]() | 17 breestealth 2012-08-03 16:46:23 +08:00 homebrew install macvim |
![]() | 18 chrisyipw 2012-08-03 19:25:13 +08:00 还真没试过 brew install macvim,一直都是从 Github 上拖,最新的 snashot 64 能在 ML 上运行,这点没问题。 不过虽然 brew 能安装,我还是不会用 brew 安装,毕竟要跑 GUI 要 ln 一下,每次弄新系统都要这样做。 Github 上拖下来,再 clone 一份配置就完事,比较方便,在 .zshrc 也可以加 alias mvim=open -a MacVim,这样也是 clone 一下就搞定或者 cp mvim 到 /usr/local/bin 里。 另外我还装了个 SudoEdit 插件,不跑终端也能 sudo write/read。 话说 GUI 配色怎么看都比终端舒服。 |
![]() | 19 ivanlw 2012-08-03 22:16:07 +08:00 弱弱的问一下……为什么我直接终端下vim就能用?? 网上好多在讨论怎么装mac的vim,包括本帖……难道我穿越了? |
![]() | 20 chrisyipw 2012-08-03 22:55:38 +08:00 @ivanlw 终端的 Vim 是 bash 之类的 shell 才能用,MacVim 是带有 GUI 特性的 gVim。 |
![]() | 21 hzlzh PRO 没必要用brew,官网装好再添加配置文件。 |
![]() | 22 paulguo 2012-08-05 15:39:42 +08:00 MacVim. |
![]() | 23 tonic 2012-08-07 09:27:51 +08:00 vim官网下源码编译安装的... |
![]() | 24 lucky215 2012-08-08 09:33:47 +08:00 为什么我brew安装会提示错误信息。 Error: src/MacVim/build/Release/MacVim.app does not exist |
![]() | 26 54dev 2012-08-08 10:26:11 +08:00 官网里下载的。 |
![]() | 27 54dev 2012-08-08 10:27:07 +08:00 支持ML |
28 PittMak 2012-08-08 21:51:45 +08:00 我是下源代,然後把光一下,美化一下,然後build出的。因我安了Mountain Lion了,所以自己。 |
![]() | 30 zhangxiao 2012-09-19 22:25:03 +08:00 @xell 你的id... 是我多年前使用的,敢问你是如何想到这个id的~~?交流下~ 我是玩FF8,从游戏里Zell这个角色的名字改来的~ |
![]() | 34 breestealth 2012-09-20 08:33:52 +08:00 `homebrew install macvim` |
![]() | 35 aisensiy 2013-03-28 14:40:40 +08:00 macvim 和 自带的 vim 有什么区别吗 |