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
I often want to edit the plugin configuration files or the rc file of the current profile, but it's hard to always look for the scripts deep in the subdirectories.
A simple command $volt edit <plugname> could simply take you to the rc file of that plugin
and edit it with the $EDITOR command.
And a command like $volt profile edit <profile? (default current) > would edit the rc file of the current profile.
It is also useful because the autocomplete of the volt command would help you select the plugin config you need to edit.
what do you think?