You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
killall gpg-agent # (fresh state)
vim myfile.gpg
-> Message could not be decrypted! (Press ENTER)
gpg -d myfile.gpg
-> (prompts for password, and after entering it, outputs the file)
vim myfile.gpg
-> (opens the file in vim as expected)
init.vim only has this re: gnupg:
Plug 'jamessan/vim-gnupg'
and added these to no effect:
let g:GPGUseAgent=1
~/.gnupg/gpg-agent.conf has pinentry-program /usr/bin/pinentry-curses, pinentry-timeout 0, and a more or less default default-cache-ttl and max-cache-ttl.
Hard to check but this may have coincided with switching from vim to nvim.
The text was updated successfully, but these errors were encountered:
Steps to reproduce (for me at least):
init.vim only has this re: gnupg:
and added these to no effect:
~/.gnupg/gpg-agent.conf has pinentry-program /usr/bin/pinentry-curses, pinentry-timeout 0, and a more or less default default-cache-ttl and max-cache-ttl.
Hard to check but this may have coincided with switching from vim to nvim.
The text was updated successfully, but these errors were encountered: