`0` in normal mode, in vim brings you to the beginning of the line (like `^`) ``` $ python3 vimsplain.py 0j 0j cursor 0 lines downward ``` but should output something like ``` 0 cursor to the first CHAR of the line j cursor 1 lines downward ```
0in normal mode, in vim brings you to the beginning of the line (like^)but should output something like