_
The
Motion
The _ command in Vim
Motion
soft bol down
Move to the first non-blank character of [count]-1 lines down. With no count, stays on the current line (like
^).Examples
_(first non-blank, same line)2_(next line first non-blank)d_(delete to first non-blank)
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related motions