diff --git a/docs/Config.md b/docs/Config.md index 4b26c5f84..383a059cd 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -254,6 +254,7 @@ keybinding: moveDownCommit: '' # move commit down one moveUpCommit: '' # move commit up one amendToCommit: 'A' + amendAttributeMenu: 'a' pickCommit: 'p' # pick commit (when mid-rebase) revertCommit: 't' cherryPickCopy: 'C' @@ -276,6 +277,8 @@ keybinding: init: 'i' update: 'u' bulkMenu: 'b' + commitMessage: + switchToEditor: '' ``` ## Platform Defaults