Moving the cursor through long soft-wrapped lines in Vim
The problem with the often used noremap j gj noremap k gk option is, that it breaks the <vcount> functionality, if you have lines in your text, which span across multiple lines. Example: you want 10k (go UP 10 lines), because you use relative numbers in the sidebar, but theres a multiline with 4 lines … Read more