Awesome: Edit Encrypted Files Transparently in Vim
I just discovered this today: With the gnupg.vim plugin, Vim can
edit GPG-encrypted files transparently. So if a file has a .gpg
extension,
Vim will automatically decrypt it upon opening, and re-encrypt it upon saving.
Awesome! I no longer need my clunky script that did this by dumping the
cleartext to a temporary file...