From 81bc5642282a585120cff6ef88aef5b6b5c89392 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Thu, 30 Oct 2025 14:30:33 +0200 Subject: [PATCH] remap PR keybinding for lazygit --- home/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/default.nix b/home/common/default.nix index 84bfc2d..a18ee48 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -235,7 +235,7 @@ }; customCommands = [ { - key = ""; + key = ""; context = "global"; command = '' git push --force-with-lease --set-upstream origin "{{.SelectedLocalBranch.Name}}" &&