From be8cacae9da3f98fd8365186698e53ad56abe4b3 Mon Sep 17 00:00:00 2001 From: NicolasGB Date: Fri, 19 Dec 2025 17:02:15 +1000 Subject: [PATCH] fix(readme): Mention correct default keybind for opening a pr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2434aa2..52d15eb 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Press `` on a file from the `status` output and that's it, it's restored. ### Open a PR/MR on your remote -Press `p` on a change in the log buffer to open a PR/MR on your remote (GitHub, GitLab, Gitea, Forgejo, etc.). +Press `o` on a change in the log buffer to open a PR/MR on your remote (GitHub, GitLab, Gitea, Forgejo, etc.). The plugin automatically detects your git platform and constructs the appropriate PR URL. If you have multiple remotes, you'll be prompted to select which one to use. Works with both HTTPS and SSH URLs.