我试过linum
和nlinum
。两者在超过 100k 行的文件上都有可怕的性能。
$ for x in {1.100000}; do echo $x; done > 100k.txt
$ emacs -q 100k.txt
M-x load-library linum
M-x linum-mode
M-> ;; it's not too bad to go to end of file
M-< ;; now this completely locks up emacs
与编辑器一样的操作joe
是瞬时的。
除了关闭带有大文件的行号(正是您想要使用行号导航的文件类型 - 我想在连接的 Javascript 文件中定位错误行)之外,还有其他解决方案吗?
或者只是使用不同的编辑器?