File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ Default path for the config file: `~/.config/jesseduffield/lazygit/config.yml`
112
112
pasteCommits : ' v'
113
113
tagCommit : ' T'
114
114
toggleDiffCommit : ' h'
115
+ checkoutCommit : ' <space>'
115
116
stash :
116
117
popStash : ' g'
117
118
commitFiles :
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ keybinding:
345
345
pasteCommits: 'v'
346
346
tagCommit: 'T'
347
347
toggleDiffCommit: 'h'
348
+ checkoutCommit: '<space>'
348
349
stash:
349
350
popStash: 'g'
350
351
commitFiles:
Original file line number Diff line number Diff line change @@ -716,7 +716,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
716
716
},
717
717
{
718
718
ViewName : "commits" ,
719
- Key : gui .getKey ("universal.select " ),
719
+ Key : gui .getKey ("commits.checkoutCommit " ),
720
720
Modifier : gocui .ModNone ,
721
721
Handler : gui .handleCheckoutCommit ,
722
722
Description : gui .Tr .SLocalize ("checkoutCommit" ),
You can’t perform that action at this time.
0 commit comments