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 424
424
# Whether lazygit suspends until an edit process returns
425
425
editInTerminal : false
426
426
427
- # For opening a directory in an editor
427
+ # For opening a directory in an editor. Should contain "{{dir}}".
428
428
openDirInEditor : " "
429
429
430
430
# A built-in preset that sets all of the above settings. Supported presets
Original file line number Diff line number Diff line change 555
555
# Whether lazygit suspends until an edit process returns
556
556
editInTerminal: false
557
557
558
- # For opening a directory in an editor
558
+ # For opening a directory in an editor. Should contain "{{dir}}".
559
559
openDirInEditor: ""
560
560
561
561
# A built-in preset that sets all of the above settings. Supported presets
Original file line number Diff line number Diff line change @@ -573,7 +573,7 @@ type OSConfig struct {
573
573
// [dev] We're naming this `editInTerminal` for backwards compatibility
574
574
SuspendOnEdit * bool `yaml:"editInTerminal,omitempty"`
575
575
576
- // For opening a directory in an editor
576
+ // For opening a directory in an editor. Should contain "{{dir}}".
577
577
OpenDirInEditor string `yaml:"openDirInEditor,omitempty"`
578
578
579
579
// A built-in preset that sets all of the above settings. Supported presets
Original file line number Diff line number Diff line change 1545
1545
},
1546
1546
"openDirInEditor" : {
1547
1547
"type" : " string" ,
1548
- "description" : " For opening a directory in an editor"
1548
+ "description" : " For opening a directory in an editor. Should contain \" {{dir}} \" . "
1549
1549
},
1550
1550
"editPreset" : {
1551
1551
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments