Skip to content

Commit

Permalink
docs: add new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Nov 5, 2023
1 parent 74dcbe5 commit 289b330
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ keybinding:
moveDownCommit: '<c-j>' # move commit down one
moveUpCommit: '<c-k>' # move commit up one
amendToCommit: 'A'
amendAttributeMenu: 'a'
pickCommit: 'p' # pick commit (when mid-rebase)
revertCommit: 't'
cherryPickCopy: 'c'
Expand All @@ -269,6 +270,13 @@ keybinding:
init: 'i'
update: 'u'
bulkMenu: 'b'
commitMessage:
switchToEditor: '<c-o>'
addCoAuthor: '<c-e>'
amendAttribute:
addCoAuthor: 'c'
resetAuthor: 'a'
setAuthor: 'A'
```
## Platform Defaults
Expand Down

0 comments on commit 289b330

Please sign in to comment.