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
There is a section at the end with deprecated settings, and a comment saying
"The following configs are all deprecated". The clipboard-related settings were
accidentally added to that section; they are not deprecated, so move them up to
before that section.
Copy file name to clipboardExpand all lines: schema/config.json
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1551,6 +1551,14 @@
1551
1551
"type": "string",
1552
1552
"description": "Command for opening a link. Should contain \"{{link}}\"."
1553
1553
},
1554
+
"copyToClipboardCmd": {
1555
+
"type": "string",
1556
+
"description": "CopyToClipboardCmd is the command for copying to clipboard.\nSee https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-command-for-copying-to-and-pasting-from-clipboard"
1557
+
},
1558
+
"readFromClipboardCmd": {
1559
+
"type": "string",
1560
+
"description": "ReadFromClipboardCmd is the command for reading the clipboard.\nSee https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-command-for-copying-to-and-pasting-from-clipboard"
1561
+
},
1554
1562
"editCommand": {
1555
1563
"type": "string",
1556
1564
"description": "EditCommand is the command for editing a file.\nDeprecated: use Edit instead. Note that semantics are different:\nEditCommand is just the command itself, whereas Edit contains a\n\"{{filename}}\" variable."
@@ -1566,14 +1574,6 @@
1566
1574
"openLinkCommand": {
1567
1575
"type": "string",
1568
1576
"description": "OpenLinkCommand is the command for opening a link\nDeprecated: use OpenLink instead."
1569
-
},
1570
-
"copyToClipboardCmd": {
1571
-
"type": "string",
1572
-
"description": "CopyToClipboardCmd is the command for copying to clipboard.\nSee https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-command-for-copying-to-and-pasting-from-clipboard"
1573
-
},
1574
-
"readFromClipboardCmd": {
1575
-
"type": "string",
1576
-
"description": "ReadFromClipboardCmd is the command for reading the clipboard.\nSee https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md#custom-command-for-copying-to-and-pasting-from-clipboard"
0 commit comments