showcmd VIM Command

How to use showcmd Command in Linux VIM editor?

Explanation


showcmd command is used to show the commands which you enter in the file.

Usage:

:set showcmd

Example:

  • Open the file test.txt
    $ vim test.txt
  • To show the commands
    :set showcmd
  • The file which displays the command is shown below
    showcmd Vim Command

Ask Questions

Ask Question