summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index ea079948e..e7f952890 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -252,12 +252,12 @@ type KeybindingSubmodulesConfig struct {
// OSConfig contains config on the level of the os
type OSConfig struct {
- // Editor is the command for editing a file
- Editor string `yaml:"editor,omitempty"`
-
- // EditCommand is the command template for editing a file
+ // EditCommand is the command for editing a file
EditCommand string `yaml:"editCommand,omitempty"`
+ // EditCommandTemplate is the command template for editing a file
+ EditCommandTemplate string `yaml:"editCommandTemplate,omitempty"`
+
// OpenCommand is the command for opening a file
OpenCommand string `yaml:"openCommand,omitempty"`