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
A special EDITOR variable for sops would be nice to have (e.g. SOPS_EDITOR following the GIT_EDITOR, SUDO_EDITOR, etc. convention). My use case is for better integration with GUI editors.
For example, I have my EDITOR set to code because I don't want to block my terminal when opening files in VS Code. But for GIT_EDITOR, I set it to code -rw because I want it to block so that git waits until I'm done writing my commit message.
The text was updated successfully, but these errors were encountered:
A special
EDITOR
variable for sops would be nice to have (e.g.SOPS_EDITOR
following theGIT_EDITOR
,SUDO_EDITOR
, etc. convention). My use case is for better integration with GUI editors.For example, I have my
EDITOR
set tocode
because I don't want to block my terminal when opening files in VS Code. But forGIT_EDITOR
, I set it tocode -rw
because I want it to block so that git waits until I'm done writing my commit message.The text was updated successfully, but these errors were encountered: