I have a bad habit of using the \'home\' key to go back to the beginning of a line. As I recently started using vim I noticed that when I press the home key on a lined that is i
You could also use _ in Normal mode to go to the first non-whitespace character of the current line. You can also use a count with this motion.
_
_ [count] - 1 lines downward, on the first non-blank character linewise.