I use vim on Mac OS X, but this is realy slow in Terminal.app and iTerm.

Progress over many lines becomes tedious.

some idea of solution?

link|improve this question

63% accept rate
Need more details. Are other commands slow? Does ps/top or ActivityMonitor show lots of CPU usage by other processes? Are you editing a very large file? – Doug Harris Mar 11 '10 at 21:17
I only see vim slow. When I try down the cursor through of many lines, the processor monitor show many activity. No very long files, approxemately 200 lines. – juanpablo Mar 12 '10 at 0:52
feedback

3 Answers

Maybe you have installed some broken plugins or something like that. Try to temporary rename directory with vim configs:

mv ~/.vim ~/.vim.backup

And/or main config file: mv ~/.vimrc ~/.vimrc.backup

And try to use vim without configs

link|improve this answer
I try with a empty .vimrc file, but nothing is better – juanpablo Mar 15 '10 at 15:42
feedback

I had this problem (just painfully slow) and it ended up being the Consolas font I was using in Terminal.App and ITerm Switching to Monaco in my case sped things up considerably

link|improve this answer
my only solution xterm – juanpablo Jan 21 '11 at 13:09
not the issue for me. – user75525 Jul 8 '11 at 4:51
feedback

Try MacVim. There is also a 64 bit version available somewhere on the blog, which includes a new rendering layer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.