chrisbra / csv.vim

A Filetype plugin for csv files

Home Page:http://www.vim.org/scripts/script.php?script_id=2830

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Few seconds lag when moving between lines in large csv file

QuantumEspresso opened this issue · comments

When I load large csv file, moving between the lines (even up and down) takes a few good seconds.
The problem does not occur while moving in line.

My guess is that sticking to the column during movement is the issue.
Is there a way to speed it up without sacrificing sticking to the column?
If not how can I turn off this single feature?

Yes, quite likely. Try to use j instead of J (or cursor down) and k instead of K or cursor-up.

Using j instead of arrow down worked like a charm :D