set VIM Command
How to use set Command in Linux VIM editor?
Explanation
set command used to see the list of commands, which is already set in the vimrc file.
Usage:
:set
Example:
- Open the file test.txt
$ vim test.txt
- To see the list of commands, which is already set
Enter :set