remap PR keybinding for lazygit

This commit is contained in:
Joakim Repomaa
2025-10-30 14:30:33 +02:00
parent 80da9e35cd
commit 81bc564228

View File

@@ -235,7 +235,7 @@
}; };
customCommands = [ customCommands = [
{ {
key = "<c-p>"; key = "<c-r>";
context = "global"; context = "global";
command = '' command = ''
git push --force-with-lease --set-upstream origin "{{.SelectedLocalBranch.Name}}" && git push --force-with-lease --set-upstream origin "{{.SelectedLocalBranch.Name}}" &&