Move cursor to the end of file in VIM
Answer:
To move to the end of a file in VIM, type
G
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Move cursor to the end of file in VIM
Answer:
To move to the end of a file in VIM, type
G
And to return to the beginning (AKA "move the cursor to the start"): gg