L VIM Command

How to use L Command in Linux VIM editor?

Explanation


This command is used to move the cursor to last line of the file.

Usage:

L

Example:

  • Open the file test.txt using the command
    $ vim test.txt
  • You can view that the cursor is now focussed in the second line
    L VIM Command
  • To move the cursor to last line of the file
    Press L
    Move Cursor to Last Line VIM

Ask Questions

Ask Question