noshowcmd VIM Command

How to use noshowcmd Command in Linux VIM editor?

Explanation


noshowcmd command is used to turn off the display of commands which we enter in the file.

Usage:

:set noshowcmd

Example:

  • Open the file test.txt
    $ vim test.txt
  • To turn off the display of command using the set command
    :set noshowcmd
    noshowcmd Vim Command

Ask Questions

Ask Question