From c3c5753a354d6af5de0b9f4083c637dd310a2793 Mon Sep 17 00:00:00 2001 From: Abhishek Keshri Date: Sun, 17 Dec 2023 20:16:14 +0100 Subject: [PATCH] Add forgotten keybindings to Config.md --- docs/Config.md | 3 +++ 1 file changed, 3 insertions(+) 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