diff --git a/docs/Config.md b/docs/Config.md index e1d0cb689..1ad13d443 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -90,7 +90,7 @@ Default path for the config file: undo: 'z' redo: '' filteringMenu: - diffingMenu: '\' + diffingMenu: '' status: checkForUpdate: 'u' recentRepos: '' @@ -134,7 +134,6 @@ Default path for the config file: cherryPickCopyRange: 'C' pasteCommits: 'v' tagCommit: 'T' - toggleDiffCommit: 'i' checkoutCommit: '' resetCherryPick: '' stash: diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 72e10b095..9db3ce547 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -321,7 +321,7 @@ keybinding: undo: 'z' redo: '' filteringMenu: - diffingMenu: '\' + diffingMenu: '' status: checkForUpdate: 'u' recentRepos: '' @@ -366,7 +366,6 @@ keybinding: cherryPickCopyRange: 'C' pasteCommits: 'v' tagCommit: 'T' - toggleDiffCommit: 'i' checkoutCommit: '' resetCherryPick: '' stash: