--- a/internal/editor.go +++ b/internal/editor.go @@ -83,6 +83,7 @@ } candidates := []string{ + "editor", // [PATCH] Termux: default to `editor` to let `update-alternatives` choose "vim", // This is a sucky default, but let's have it for compatibility with less "nano", "vi",