From 14ac2ec50c3d35827a765e4b7c321d992cea0cea Mon Sep 17 00:00:00 2001 From: Sage Date: Tue, 3 Mar 2026 16:53:16 +0000 Subject: [PATCH] Fix octo dash --- modules/home/terminal/gh.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"; } ]; };