From: Josef Fortier Date: Tue, 4 Sep 2018 22:07:05 +0000 (-0500) Subject: Add password obscuring X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/be23735428b792314c72634c32bf3ad791fb7678?ds=sidebyside Add password obscuring --- diff --git a/doc/vim-password-store.txt b/doc/vim-password-store.txt index 1ab1738..03a42c0 100644 --- a/doc/vim-password-store.txt +++ b/doc/vim-password-store.txt @@ -28,6 +28,18 @@ this) and password-store https://www.passwordstore.org/ . The plugin automatically loads when it sees the appropriate file paths for password-store. This is Tom Ryders +There are two functions: + + :Conceal + :Reveal + +That apply syntax highlighting to obscure and un-obscure the password. +By default the pass file loads in obscured mode, however when the cursor is on +the file it's quite likely readable and editable. + +This offers minor "shoulder surfing" protection, facilitating editing of +metadata, such as adding URLs etc. + 4. Licence *password-store-licence* This plugin is licensed under the same terms as vim itself (see