Neovim

Long line formatting tips for Vim

Earlier this week I watched a video by Sylvan Franklin on YouTube on useful Vim commands for writers. Writing documentation is something I happen to do often, so I gave it a watch. Sylvan explains how long lines can be difficult to manage in Vim. Even with :set wrap, as that only makes it easier to read the long lines, not so much on navigating those lines (gj/gk help a smidgen there).

read more