mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Update Merge conflicts menu keybinding to use p instead of k (#4934)
This commit is contained in:
commit
97762f484f
|
|
@ -573,7 +573,7 @@ func (self *FilesController) handleNonInlineConflict(file *models.File) error {
|
|||
OnPress: func() error {
|
||||
return handle(self.c.Git().WorkingTree.StageFile, self.c.Tr.Actions.ResolveConflictByKeepingFile)
|
||||
},
|
||||
Key: 'k',
|
||||
Key: 'p',
|
||||
}
|
||||
deleteItem := &types.MenuItem{
|
||||
Label: self.c.Tr.MergeConflictDeleteFile,
|
||||
|
|
|
|||
Loading…
Reference in a new issue