diff --git a/modules/home/terminal/gh.nix b/modules/home/terminal/gh.nix index ce6ddf5..f8b5649 100644 --- a/modules/home/terminal/gh.nix +++ b/modules/home/terminal/gh.nix @@ -18,8 +18,9 @@ keybindings = { prs = [ { - key = "d"; - command = "nvim -c 'Octo review {{.PrNumber}}'"; + key = "C"; + command = "nvim -c 'Octo pr edit {{.PrNumber}}'"; + description = "Open PR in Octo.nvim"; } ]; };