mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Fix octo dash
This commit is contained in:
parent
39b3b25396
commit
14ac2ec50c
1 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue