From: Josef Fortier Date: Tue, 4 Sep 2018 22:11:54 +0000 (-0500) Subject: Add new function documentation to README X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d8330af05b14e874ae882ca0b5c5ebc80c749ad6 Add new function documentation to README --- diff --git a/README.md b/README.md index d5d8792..4629d30 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,16 @@ in particular * unset spell * add simple syntax highlighting + +I've added some simple shoulder surfing protection via syntax highlighting. +When loading a pass file for editing, the first line will be obscured. It is +editable when the cursor is in place, but will be obscured while editing other +fields. + +There are two commands to facilitate hiding and concealing + +*:Reveal* +*:Conceal* + +These do what you might expect, reset the syntax highlighting of the password +from obscured to cleared.