How can I launch the currently configured editor from the fish
shell? That is the editor associated with $EDITOR
.
What would a function look like that takes input from the pipeline and opens it in the editor identified by $EDITOR
.
What would a function look like that opens a path in $EDITOR
from the argument list?