Skip to content

Commit

Permalink
docs: input for items with args (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
nisalVD authored Feb 26, 2024
1 parent 14b4283 commit 88f7b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ return {
end,
event = "VeryLazy",
keys = {
{ "<leader>ccb", "<cmd>CopilotChatBuffer<cr>", desc = "CopilotChat - Chat with current buffer" },
{ "<leader>ccb", "<cmd>CopilotChatBuffer ", desc = "CopilotChat - Chat with current buffer" },
{ "<leader>cce", "<cmd>CopilotChatExplain<cr>", desc = "CopilotChat - Explain code" },
{ "<leader>cct", "<cmd>CopilotChatTests<cr>", desc = "CopilotChat - Generate tests" },
{
Expand All @@ -63,7 +63,7 @@ return {
},
{
"<leader>ccv",
":CopilotChatVisual",
":CopilotChatVisual ",
mode = "x",
desc = "CopilotChat - Open in vertical split",
},
Expand Down

0 comments on commit 88f7b8b

Please sign in to comment.