Skip to content

Commit 88f7b8b

Browse files
authored
docs: input for items with args (#79)
1 parent 14b4283 commit 88f7b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ return {
5353
end,
5454
event = "VeryLazy",
5555
keys = {
56-
{ "<leader>ccb", "<cmd>CopilotChatBuffer<cr>", desc = "CopilotChat - Chat with current buffer" },
56+
{ "<leader>ccb", "<cmd>CopilotChatBuffer ", desc = "CopilotChat - Chat with current buffer" },
5757
{ "<leader>cce", "<cmd>CopilotChatExplain<cr>", desc = "CopilotChat - Explain code" },
5858
{ "<leader>cct", "<cmd>CopilotChatTests<cr>", desc = "CopilotChat - Generate tests" },
5959
{
@@ -63,7 +63,7 @@ return {
6363
},
6464
{
6565
"<leader>ccv",
66-
":CopilotChatVisual",
66+
":CopilotChatVisual ",
6767
mode = "x",
6868
desc = "CopilotChat - Open in vertical split",
6969
},

0 commit comments

Comments
 (0)