Skip to content

Commit ed17d96

Browse files
committed
fixup! Implement edit presets
1 parent 7685a04 commit ed17d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/user_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ type OSConfig struct {
308308
EditInTerminal *bool `yaml:"editInTerminal,omitempty"`
309309

310310
// A built-in preset that sets all of the above settings. Supported presets
311-
// are "vim", "emacs", "nano", "vscode", "sublime", "bbedit", "xcode".
311+
// are defined in the getPreset function in editor_presets.go.
312312
EditPreset string `yaml:"editPreset,omitempty"`
313313

314314
// Command for opening a file, as if the file is double-clicked. Should

0 commit comments

Comments
 (0)