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
The text prompt says "(q to abort)", but when I press "q", gopass proceeds to open up $EDITOR to create a new secret instead.
Steps To Reproduce
Exactly as the image shows. Just gopass edit <query> where query returns a list of candidate secrets, then press q. Then vim (or EDITOR) will pop up prompting me to create a new password/secret.
Expected behavior
q should abort, i.e., don't do anything and exit gopass. Not proceed with creating a secret.
Environment
OS: Mac OS Monterey
OS version: Darwin [redacted] 21.6.0 Darwin Kernel Version 21.6.0: Wed Aug 10 14:25:27 PDT 2022; root:xnu-8020.141.5~2/RELEASE_X86_64 x86_64
gopass Version: gopass 1.15.2 go1.19.4 darwin amd64
Installation method: brew
Additional context
nil
The text was updated successfully, but these errors were encountered:
Summary
The text prompt says "(q to abort)", but when I press "q", gopass proceeds to open up $EDITOR to create a new secret instead.
Steps To Reproduce
Exactly as the image shows. Just
gopass edit <query>
where query returns a list of candidate secrets, then pressq
. Then vim (or EDITOR) will pop up prompting me to create a new password/secret.Expected behavior
q
should abort, i.e., don't do anything and exit gopass. Not proceed with creating a secret.Environment
Additional context
nil
The text was updated successfully, but these errors were encountered: