The +
motion moves to the first non-blank character in the next ([count]
) line. That fulfills your requirement if there’s no indent. With indent, you can use +0
or j0
.
The +
motion moves to the first non-blank character in the next ([count]
) line. That fulfills your requirement if there’s no indent. With indent, you can use +0
or j0
.