Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
istjohn
4y ago
0 comments
Share
Really? I've found Vim slows to a crawl on multi-GB files. Maybe that's changed recently or it was down to the plug-ins I was using?
0 comments
default
newest
oldest
ok123456
4y ago
It's probably from creating a backup copy. Compare performance when invoking 'view' instead of 'vim'.
It could be from your plugins if they're doing something goofy.
quickthrower2
4y ago
I use vim out of the box with no plugins and on windows. Not sure if that makes a difference. I’m also typically not editing the file but searching logs.
diroussel
4y ago
You need to turn off syntax highlighting before opening a really large file in vim. Otherwise the syntax parsing takes an age.
:syntax off
j
/
k
navigate · click thread line to collapse