Skip to content

Commit e266c38

Browse files
committed
refactor(keymaps): rename Gp commands and descriptions in lua keymap
1 parent 6d5af7d commit e266c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/dcai/keymaps/chat.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ local keymap = {
156156
},
157157
{
158158
'<leader>cd',
159-
gpconfig.wrapGpCmd('Implement'),
160-
desc = 'Implement',
159+
gpconfig.wrapGpCmd('Do'),
160+
desc = 'GpDo',
161161
mode = 'v',
162162
},
163163
{

0 commit comments

Comments
 (0)