Skip to content

Commit 289b330

Browse files
committed
docs: add new configs
1 parent 74dcbe5 commit 289b330

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/Config.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ keybinding:
244244
moveDownCommit: '<c-j>' # move commit down one
245245
moveUpCommit: '<c-k>' # move commit up one
246246
amendToCommit: 'A'
247+
amendAttributeMenu: 'a'
247248
pickCommit: 'p' # pick commit (when mid-rebase)
248249
revertCommit: 't'
249250
cherryPickCopy: 'c'
@@ -269,6 +270,13 @@ keybinding:
269270
init: 'i'
270271
update: 'u'
271272
bulkMenu: 'b'
273+
commitMessage:
274+
switchToEditor: '<c-o>'
275+
addCoAuthor: '<c-e>'
276+
amendAttribute:
277+
addCoAuthor: 'c'
278+
resetAuthor: 'a'
279+
setAuthor: 'A'
272280
```
273281
274282
## Platform Defaults

0 commit comments

Comments
 (0)