Fix octo dash

This commit is contained in:
Sage 2026-03-03 16:53:16 +00:00
parent 39b3b25396
commit 14ac2ec50c

View file

@ -18,8 +18,9 @@
keybindings = { keybindings = {
prs = [ prs = [
{ {
key = "d"; key = "C";
command = "nvim -c 'Octo review {{.PrNumber}}'"; command = "nvim -c 'Octo pr edit {{.PrNumber}}'";
description = "Open PR in Octo.nvim";
} }
]; ];
}; };