editor = config::get("core.editor") if (!editor) editor = ENVIRON["EDITOR"] ? ENVIRON["EDITOR"] : "vi"