mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-23 22:24:51 +02:00
Update resolve conflict using p instead of k
This commit is contained in:
committed by
Stefan Haller
parent
f45e7ca705
commit
b32b55201e
@@ -573,7 +573,7 @@ func (self *FilesController) handleNonInlineConflict(file *models.File) error {
|
|||||||
OnPress: func() error {
|
OnPress: func() error {
|
||||||
return handle(self.c.Git().WorkingTree.StageFile, self.c.Tr.Actions.ResolveConflictByKeepingFile)
|
return handle(self.c.Git().WorkingTree.StageFile, self.c.Tr.Actions.ResolveConflictByKeepingFile)
|
||||||
},
|
},
|
||||||
Key: 'k',
|
Key: 'p',
|
||||||
}
|
}
|
||||||
deleteItem := &types.MenuItem{
|
deleteItem := &types.MenuItem{
|
||||||
Label: self.c.Tr.MergeConflictDeleteFile,
|
Label: self.c.Tr.MergeConflictDeleteFile,
|
||||||
|
|||||||
Reference in New Issue
Block a user