Default to "edit" for note editing on Windows; bump libmutton

This commit is contained in:
2025-05-19 19:58:19 +00:00
parent 310c935d2d
commit 72755e91b5
3 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
package cli
const fallbackEditor = "nvim" // since there is no pre-installed CLI editor on Windows, default to the most popular one
const fallbackEditor = "edit" // "edit" is the Microsoft-developed CLI text editor