We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e7ca commit b32b552Copy full SHA for b32b552
pkg/gui/controllers/files_controller.go
@@ -573,7 +573,7 @@ func (self *FilesController) handleNonInlineConflict(file *models.File) error {
573
OnPress: func() error {
574
return handle(self.c.Git().WorkingTree.StageFile, self.c.Tr.Actions.ResolveConflictByKeepingFile)
575
},
576
- Key: 'k',
+ Key: 'p',
577
}
578
deleteItem := &types.MenuItem{
579
Label: self.c.Tr.MergeConflictDeleteFile,
0 commit comments