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",
|
||||
exec: "hx",
|
||||
},
|
||||
Program{
|
||||
title: "micro",
|
||||
desc: "modern batteries-included editor",
|
||||
exec: "micro",
|
||||
},
|
||||
Program{
|
||||
title: "nano",
|
||||
desc: "the easy option",
|
||||
|
|
Loading…
Add table
Reference in a new issue