^
The
Motion
The ^ command in Vim
Motion
first non-blank
Move to the first non-blank character of the line. Unlike
0 which always goes to column 1.Examples
^d^(delete to first non-blank)c^I(insert at ^ position)
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related motions