chore(launcher): add micro to editors
This commit is contained in:
parent
b56ec069b9
commit
6a10a08d9e
1 changed files with 5 additions and 0 deletions
|
@ -152,6 +152,11 @@ func Run(cmd *cobra.Command, args []string) error {
|
||||||
desc: "next-generation modal editor",
|
desc: "next-generation modal editor",
|
||||||
exec: "hx",
|
exec: "hx",
|
||||||
},
|
},
|
||||||
|
Program{
|
||||||
|
title: "micro",
|
||||||
|
desc: "modern batteries-included editor",
|
||||||
|
exec: "micro",
|
||||||
|
},
|
||||||
Program{
|
Program{
|
||||||
title: "nano",
|
title: "nano",
|
||||||
desc: "the easy option",
|
desc: "the easy option",
|
||||||
|
|
Loading…
Add table
Reference in a new issue