diff --git a/docs/Config.md b/docs/Config.md index 3b3350ec0..c1548e933 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -95,7 +95,7 @@ Default path for the config file: prevScreenMode: '_' undo: 'z' redo: '' - filteringMenu: + filteringMenu: '' diffingMenu: '' copyToClipboard: '' status: @@ -260,14 +260,18 @@ For all possible keybinding options, check [Custom_Keybindings.md](https://githu scrollDownMain-alt1: 'E' scrollUpMain-alt2: '' scrollDownMain-alt2: '' + undo: 'l' + redo: '' + diffingMenu: 'M' + filteringMenu: '' files: ignoreFile: 'I' commits: moveDownCommit: '' moveUpCommit: '' - toggleDiffCommit: 'l' branches: viewGitFlowOptions: 'I' + setUpstream: 'U' ``` ## Custom pull request URLs