File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 425425 # Whether lazygit suspends until an edit process returns
426426 editInTerminal : false
427427
428- # For opening a directory in an editor
428+ # For opening a directory in an editor. Should contain "{{dir}}".
429429 openDirInEditor : " "
430430
431431 # A built-in preset that sets all of the above settings. Supported presets
Original file line number Diff line number Diff line change 555555 # Whether lazygit suspends until an edit process returns
556556 editInTerminal: false
557557
558- # For opening a directory in an editor
558+ # For opening a directory in an editor. Should contain "{{dir}}".
559559 openDirInEditor: ""
560560
561561 # A built-in preset that sets all of the above settings. Supported presets
Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ type OSConfig struct {
570570 // [dev] We're naming this `editInTerminal` for backwards compatibility
571571 SuspendOnEdit * bool `yaml:"editInTerminal,omitempty"`
572572
573- // For opening a directory in an editor
573+ // For opening a directory in an editor. Should contain "{{dir}}".
574574 OpenDirInEditor string `yaml:"openDirInEditor,omitempty"`
575575
576576 // A built-in preset that sets all of the above settings. Supported presets
Original file line number Diff line number Diff line change 15431543 },
15441544 "openDirInEditor" : {
15451545 "type" : " string" ,
1546- "description" : " For opening a directory in an editor"
1546+ "description" : " For opening a directory in an editor. Should contain \" {{dir}} \" . "
15471547 },
15481548 "editPreset" : {
15491549 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments