Skip to content

Commit

Permalink
fix: keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
0xricksanchez committed Apr 14, 2023
1 parent 1431840 commit 9bff478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/git/octo/octo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ return {
{ prefix .. "sd", "<cmd> Octo review discard<CR>", desc = "Delete pending review" },
{ prefix .. "sc", "<cmd> Octo review comments<CR>", desc = "View pending comments" },
{ prefix .. "sp", "<cmd> Octo review commit<CR>", desc = "Select commit to review" },
{ prefix .. "sc", "<cmd> Octo review comments<CR>", desc = "Return to PR" },
{ prefix .. "sc", "<cmd> Octo review close<CR>", desc = "Return to PR" },
},
}

0 comments on commit 9bff478

Please sign in to comment.