pub fn compose(prefill: &str) -> Result<String>
Open $EDITOR (defaulting to vi) on a temp file containing prefill. Returns the saved contents, or an error if the user saved an empty file.
$EDITOR
vi
prefill