zero VIM Command
How to use zero Command in Linux VIM editor?
Explanation
This command is used to move the cursor to starting of the line.
Usage:
0 (Zero)
Example:
- Open the file test.txt using the command
$ vim test.txt
- You can view that the cursor is now focussed on the word 'largest' now.

- To move the cursor to first position of the current line
Press 0

- To move the cursor to staring position of the file
Enter :0