VimAddin
VimAddin copied to clipboard
0 should go to beginning of line, just like $ goes to end of line
0 should go to beginning of line, just like $ goes to end of line
This is related to issue #14 where the numbers you enter is parsed as input for count. I think there needs to be some code to handle the special case of 0 being entered at the very start of a new command, then just processing that as a motion to the beginning of line.
For now, it's not a perfect workaround but pressing _ will get you to the first non-whitespace character on the current line.