Adding Support for Resolving/Unresolving Discussions (#39)
This MR adds the ability to mark discussions as resolved or unresolved. This is important to the review process.
This commit is contained in:
committed by
GitHub
parent
1676992266
commit
d25c62ae9f
@@ -17,6 +17,7 @@ M.keymaps = {
|
||||
delete_comment = "dd",
|
||||
reply_to_comment = "r",
|
||||
toggle_node = "t",
|
||||
toggle_resolved = "p"
|
||||
},
|
||||
dialogue = {
|
||||
focus_next = { "j", "<Down>", "<Tab>" },
|
||||
|
||||
Reference in New Issue
Block a user