vim-secret

Private writing mode for Vim.

example

Usage

:Secret Enable secret view.
:Secret (line | word | char | none) Enable secret view with a specific visibility setting.
:Secret! Disable secret view.
<Plug>SecretToggle Toggle secret view.

An area around the cursor is unhidden to enable you to see what you are typing. This can be the entire line, the current word, the current character, or it can be disabled completely.

After a duration of time without input, or invoked manually via a mapping, all characters in the buffer is hidden. For details on this and other configuration options, see :help secret.

GitHub