Fix openDirInEditor docs to mention parameter

This commit is contained in:
Ivo Maceira 2025-05-05 22:20:23 +02:00 committed by ivomac
parent 9ad88542bc
commit a42b16438e
4 changed files with 4 additions and 4 deletions

View file

@ -425,7 +425,7 @@ os:
# Whether lazygit suspends until an edit process returns
editInTerminal: false
# For opening a directory in an editor
# For opening a directory in an editor. Should contain "{{dir}}".
openDirInEditor: ""
# A built-in preset that sets all of the above settings. Supported presets

View file

@ -555,7 +555,7 @@ os:
# Whether lazygit suspends until an edit process returns
editInTerminal: false
# For opening a directory in an editor
# For opening a directory in an editor. Should contain "{{dir}}".
openDirInEditor: ""
# A built-in preset that sets all of the above settings. Supported presets

View file

@ -570,7 +570,7 @@ type OSConfig struct {
// [dev] We're naming this `editInTerminal` for backwards compatibility
SuspendOnEdit *bool `yaml:"editInTerminal,omitempty"`
// For opening a directory in an editor
// For opening a directory in an editor. Should contain "{{dir}}".
OpenDirInEditor string `yaml:"openDirInEditor,omitempty"`
// A built-in preset that sets all of the above settings. Supported presets

View file

@ -1543,7 +1543,7 @@
},
"openDirInEditor": {
"type": "string",
"description": "For opening a directory in an editor"
"description": "For opening a directory in an editor. Should contain \"{{dir}}\"."
},
"editPreset": {
"type": "string",