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