-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I’m editing JSON files that have embedded base64-encoded PDFs, so lines that are 10s or 100s of thousands of characters long (wrapped on the screen). If I search for something that’s a few lines after one of the long lines, a part of the long line fills the screen below the context lines and the cursor’s left in the middle of it. If I move down with ’j’, eventually the cursor gets put at the top of screen right below the context lines and no amount of ’j’ing gets me past the long line, and editing edits the long line, even though I should be past some text below the long line.
Sometimes I can ^F far enough so the long line scrolls off the top then context works well. But if I stray up to where any of the long line would be displayed, odd things start happening again.
I can usually scroll around enough to workaround it, or worst case turn off context, so it’s not a huge deal, but it can be kind of annoying.