summaryrefslogtreecommitdiffstats
path: root/pkg/config/config_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/config_windows.go')
-rw-r--r--pkg/config/config_windows.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/config/config_windows.go b/pkg/config/config_windows.go
index f6780eb6b..1bc919848 100644
--- a/pkg/config/config_windows.go
+++ b/pkg/config/config_windows.go
@@ -3,7 +3,8 @@ package config
// GetPlatformDefaultConfig gets the defaults for the platform
func GetPlatformDefaultConfig() OSConfig {
return OSConfig{
- EditCommand: ``,
+ Editor: ``,
+ EditCommand: `{{editor}} {{filename}}`,
OpenCommand: `cmd /c "start "" {{filename}}"`,
OpenLinkCommand: `cmd /c "start "" {{link}}"`,
}