Line-Start Motions

+, -, Enter โ€” jump to first non-blank of next/previous line.

Keys: +, -, Enter

+ and Enter both move down to the first non-blank of the next line. - moves up. Useful for navigating indented code line-by-line without ending up mid-indent.

j moves down a line but keeps your column. So in indented code you often land mid-indentation. + (and Enter) move down a line and also land on the first non-blank โ€” exactly where the code starts.

Down a line, to first non-blank
KeyNote
+
Same as +
KeyNote
Enter
Up a line, to first non-blank
KeyNote
-
+ / - / Enter โ€” line-start motions

Reference

Key Action Type
+ / Enter Down to first non-blank Linewise
- Up to first non-blank Linewise

See also: Line Motions, Move with hjkl