diff --git a/docs/Config.md b/docs/Config.md index 318d04e2d..7605229a1 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -112,7 +112,7 @@ Default path for the config file: `~/.config/jesseduffield/lazygit/config.yml` cherryPickCopyRange: 'C' pasteCommits: 'v' tagCommit: 'T' - toggleDiffCommit: 'h' + toggleDiffCommit: 'i' checkoutCommit: '' stash: popStash: 'g' diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go index 313483da1..f41cfef01 100644 --- a/pkg/config/app_config.go +++ b/pkg/config/app_config.go @@ -345,7 +345,7 @@ keybinding: cherryPickCopyRange: 'C' pasteCommits: 'v' tagCommit: 'T' - toggleDiffCommit: 'h' + toggleDiffCommit: 'i' checkoutCommit: '' stash: popStash: 'g'