X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/31a30b98e7058d1b2b707d14225822f71bedf6fd..26c16dbfb6fe8925b613a7c5489a826fd9ed2669:/README.md diff --git a/README.md b/README.md index d5d8792..458de70 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,17 @@ 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.