mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Default to "edit" for note editing on Windows; bump libmutton
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user