For example, when processing a text file with tens of thousands of lines, vim moves the cursor with obvious Caton, but sublime is smooth.
What is the internal principle? Can vim be improved?
Thank you very much!
Vim default enable has too many functions, and many of these functions perform poorly under large files. such as
:set noswapfile
Ban swap file, for examplevim -u xxx
No plug-in startup, etcThe design of the main vim is not aimed at large files, and tens of thousands of lines or even more of code files rarely occur.