noruler VIM Command

How to use noruler Command in Linux VIM editor?

Explanation


noruler command is used to turn off the ruler, which shows the cursor position in the file.

Usage:

:set noruler

Example:

  • Open the file test.txt
    $ vim test.txt
  • Turn off the ruler using the command
    :set noruler
  • The file after removing the ruler is as follows
    noruler Vim Command

Ask Questions

Ask Question