diff --git a/launcher/main.go b/launcher/main.go index 678b11c..ca29f34 100644 --- a/launcher/main.go +++ b/launcher/main.go @@ -152,6 +152,11 @@ func Run(cmd *cobra.Command, args []string) error { desc: "next-generation modal editor", exec: "hx", }, + Program{ + title: "micro", + desc: "modern batteries-included editor", + exec: "micro", + }, Program{ title: "nano", desc: "the easy option",