X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/c3b0f3ce059a88721cdc94ea2a4445d2da9f276d..d8330af05b14e874ae882ca0b5c5ebc80c749ad6:/README.md 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.