Skip to content

Commit 4a2bc96

Browse files
committed
Revert "Update resolve conflict using p instead of k"
Now that we can use 'k' as a menu item binding, use it for the "keep" entry in the merge menu. I hope this doesn't mess with people's muscle memory, but it's hopefully not a very frequently used command, and it's simply the better keybinding. This reverts commit b32b552.
1 parent d55924a commit 4a2bc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gui/controllers/files_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ func (self *FilesController) handleNonInlineConflict(file *models.File) error {
585585
OnPress: func() error {
586586
return handle(self.c.Git().WorkingTree.StageFile, self.c.Tr.Actions.ResolveConflictByKeepingFile)
587587
},
588-
Key: 'p',
588+
Key: 'k',
589589
}
590590
deleteItem := &types.MenuItem{
591591
Label: self.c.Tr.MergeConflictDeleteFile,

0 commit comments

Comments
 (0)