-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim too slow on El Capitan using iTerm2 #670
Comments
Just upgraded to El Capitan myself. Scrolling felt painfully sluggish - both iTerm2 and Apple's Terminal. I managed to track it down to This iTerm2 issue appears related (though old) but it's probably not, since Apple's own Terminal app is also affected. |
Duplicate of: #661 |
@nkgm Hadn't seen this message. I'll try what you suggested. Thanks! |
@nkgm The problem really seems to be Unicode glyphs, I wonder if it's related to Vim's rendering engine though? |
@fullofcaffeine that wasn't the case in Mavericks though. Couple more notes:
|
I have the same problem. I removed |
Bit of a late update: it is easy to overlook setting the right font containing the glyphs used by the various statuslines in iTerm's There's a big gotcha |
You think we could we close this by now, @fullofcaffeine @nkgm ? |
👍 |
@nkgm I confirm, uninstalling lightline make vim on macos fast again. On my linux, do not happen any minor slow rendering, strange. |
@kafeltz even though disabling lightline can help speed up TUI vim, it's usually not because lightline is slow, but due to its use of custom unicode glyphs in conjunction with an incorrect iTerm font setting. The root cause for me is outlined in #670 (comment). |
@nkgm you're right, It was basically a false positive info. |
Possibly related to #661.
I'm on a 2014 MacBook Pro Retina, 2.8Ghz i7, 16GB of RAM, 1TB SSD.
tmux 1.9a
Vim 7.4.712
(http://pastie.org/private/9f7btjq54hx2u3foxaesvw)On Yosemite, Vim's performance wasn't the best, but acceptable. I can't prove with benchmarks, but I can surely say that it became worst on El Capitan, for reasons I still can't understand.
It seems related to the rendering engine - there seem to be slight delay on input processing too - not sure if iTerm or Vim-related. I couldn't isolate the problem yet. It became so painful that I was forced (unwillingly) to abandon my
yadr
tmux development environment in favor ofSublime Text
for now.I'm willing to gather some additional data about this and try to isolate the issue when I have some free time, but I'd like to know if other people are experiencing the same, if so, does anyone know what could be causing this slowness?
The text was updated successfully, but these errors were encountered: