You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/config.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@
329
329
"type": "string"
330
330
},
331
331
"type": "array",
332
-
"description": "Commands used to display git log of all branches in the main window, they will be cycled in order of appearance"
332
+
"description": "Commands used to display git log of all branches in the main window, they will be cycled in order of appearance (array of strings)"
333
333
},
334
334
"overrideGpg": {
335
335
"type": "boolean",
@@ -1838,7 +1838,7 @@
1838
1838
},
1839
1839
"type": "array",
1840
1840
"uniqueItems": true,
1841
-
"description": "User-configured commands that can be invoked from within Lazygit"
1841
+
"description": "User-configured commands that can be invoked from within Lazygit\nSee https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Command_Keybindings.md"
0 commit comments