Vim jumping paragraphs not lines

Vim keeps jumping paragraphs not line by line. Also holding “J” only moves it once and not multiple times.

macOS big Sur 11.4
Obsidian v0.12.12

Do you have line wrap enabled? If so, your ‘lines’ are the paragraphs. You’re wanting to move down ‘display lines’ rather than actual code lines. Try turning on line numbers in settings to confirm this.

(I’m betting that you, like me, have j and k remapped to gj and gk in your .vimrc and forgot about it until just now)

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.