From 79e696d8a747edc3bf1b9ddbd8dcd5038ec7d7ba Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Wed, 8 Jan 2020 22:59:12 +1100 Subject: [PATCH] switch to 'i' for toggling diff commits --- docs/Config.md | 2 +- pkg/config/app_config.go | 2 +- 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: '' 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'