nonumber VIM Command
How to use nonumber Command in Linux VIM editor?
Explanation
nonumber command is used to turn off the line numbers in the file.
Usage:
:set nonumber
Example:
- Open the file test.txt
$ vim test.txt
- To turn off the line number using the command
:set nonumber
- The file after removing the line number is as follows