]> git.madduck.net Git - etc/vim.git/blob - .vim/bundle/password-store/README.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add '.vim/bundle/vim-flake8/' from commit 'ddceec6c457fd59bc2a9321cbf817e42aa4bfd86'
[etc/vim.git] / .vim / bundle / password-store / README.md
1 # vim-password-store
2 Vim niceties for password store ("pass" the standard Unix Password Manager)
3
4 This is a fairly straight-forward fork of Tom Ryder's password-store plugin,
5 included in the contrib folder for pass and at Tom's cgit store:
6 https://git.zx2c4.com/password-store/
7
8 I've added some niceties based around a fuller filetype implementation,
9 in particular
10
11 * unset spell
12 * add simple syntax highlighting
13
14 I've added some simple shoulder surfing protection via syntax highlighting.
15 When loading a pass file for editing, the first line will be obscured. It is
16 editable when the cursor is in place, but will be obscured while editing other
17 fields.
18
19 There are two commands to facilitate hiding and concealing
20
21 *:Reveal*
22
23 *:Conceal*
24
25 These do what you might expect, reset the syntax highlighting of the password
26 from obscured to cleared.
27
28 There is also integration with ``pwgen`` the same utility called by
29 password-store to generate passwords. By default this is mapped to vim's
30 increment and decrement operators ``<C-X>`` and ``<C-A>`` but the mapping is
31 available by a plug mapping ``<Plug>password_rotate``