mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
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:
parent
b8f4cd0ef6
commit
744519de60
9 changed files with 46 additions and 18 deletions
|
@ -278,7 +278,7 @@ keybinding:
|
|||
update: 'u'
|
||||
bulkMenu: 'b'
|
||||
commitMessage:
|
||||
switchToEditor: '<c-o>'
|
||||
commitMenu: '<c-o>'
|
||||
amendAttribute:
|
||||
addCoAuthor: 'c'
|
||||
resetAuthor: 'a'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue