Skip to content

Commit c0c9a70

Browse files
committed
refactor(keymaps): remove Gp key binding and update description
1 parent 999871e commit c0c9a70

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

lua/dcai/keymaps/chat.lua

+1-18
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,6 @@ local keymap = {
6565
end,
6666
desc = 'chat toggle',
6767
},
68-
{
69-
'<leader>cd',
70-
function()
71-
vim.api.nvim_feedkeys(
72-
vim.api.nvim_replace_termcodes('<esc>V', true, false, true),
73-
'n',
74-
true
75-
)
76-
vim.cmd('GpImplement')
77-
vim.api.nvim_feedkeys(
78-
vim.api.nvim_replace_termcodes('<esc>', true, false, true),
79-
'n',
80-
true
81-
)
82-
end,
83-
desc = 'GpImplement',
84-
},
8568
{
8669
'<leader>cv',
8770
function()
@@ -149,7 +132,7 @@ local keymap = {
149132
{
150133
'<leader>cc',
151134
":<c-u>'<,'>CodeCompanionActions<cr>",
152-
desc = 'CodeCompanionActions',
135+
desc = 'Code Companion Actions',
153136
mode = 'v',
154137
},
155138
{

0 commit comments

Comments
 (0)