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.
This commit is contained in:
Abhishek Keshri 2023-10-28 23:13:13 +05:30 committed by Stefan Haller
parent b8f4cd0ef6
commit 744519de60
9 changed files with 46 additions and 18 deletions

View file

@ -278,7 +278,7 @@ keybinding:
update: 'u'
bulkMenu: 'b'
commitMessage:
switchToEditor: '<c-o>'
commitMenu: '<c-o>'
amendAttribute:
addCoAuthor: 'c'
resetAuthor: 'a'