how to display the current line you are on vim code example
Example 1: vim show line numbers
:set number
Example 2: vim end of line
For moving in vim use ^ to jump to start of line and $ to jump to end.
For jumping and appending to the end use "Shft+A" and "Shft+I" to start.