summaryrefslogtreecommitdiffstats
path: root/schema
diff options
context:
space:
mode:
authorAbhishek Keshri <iam2kabhishek@gmail.com>2023-10-28 23:13:13 +0530
committerStefan Haller <stefan@haller-berlin.de>2024-03-11 09:18:40 +0100
commit744519de6016e2d65ca28129e3ad9d6accc76fb8 (patch)
treed49e119d6a0bdcaaad45ed083ad0e75c929b7c82 /schema
parentb8f4cd0ef67c9d7842cc20fd346c8decdb65be2f (diff)
Add a commit menu to the commit message panel
And move the "switch to editor" command into this menu. So far this is the only entry, but we'll add another one in the next commit.
Diffstat (limited to 'schema')
-rw-r--r--schema/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/config.json b/schema/config.json
index bbb5ce61f..3816dcea6 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -1243,7 +1243,7 @@
},
"commitMessage": {
"properties": {
- "switchToEditor": {
+ "commitMenu": {
"type": "string",
"default": "\u003cc-o\u003e"
}