Using macvim. Let's say I have one sentence that takes 5 lines in the editor. And the second sentence, which occupies the next 5 lines. Start with the cursor on line 1. In normal mode, pressing jwill lead me to the next sentence (that is, line 6).
How to change this behavior to where clicking jwill lead me to line 2 (which is still part of the first sentence?). Or instead of using j, any other way to achieve this?
source
share