1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

switch to 'i' for toggling diff commits

This commit is contained in:
Jesse Duffield 2020-01-08 22:59:12 +11:00
parent a3ea19be8e
commit 79e696d8a7
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -345,7 +345,7 @@ keybinding:
cherryPickCopyRange: 'C'
pasteCommits: 'v'
tagCommit: 'T'
toggleDiffCommit: 'h'
toggleDiffCommit: 'i'
checkoutCommit: '<space>'
stash:
popStash: 'g'