noautowrite VIM Command

How to use noautowrite Command in Linux VIM editor?

Explanation


noautowrite command is used to turn off the autowrite command.

Usage:

:set noautowrite

Example:

  • Open the file test.txt
    $ vim test.txt
  • To turn off the autowrite file
    :set noautowrite
    noautowrite Vim Command

Ask Questions

Ask Question