summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Config.md2
-rw-r--r--pkg/config/app_config.go2
2 files changed, 2 insertions, 2 deletions
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: '<space>'
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: '<space>'
stash:
popStash: 'g'