Skip to content

Commit f2a0269

Browse files
committed
Fix: gT mapping to TODO
1 parent d7dd6f5 commit f2a0269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/copilot_agent/chat.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ local function ensure_chat_keymaps(bufnr)
183183
end, { buffer = bufnr, silent = true, nowait = true, desc = 'Open activity details or prompt' })
184184

185185
vim.keymap.set('n', 'gT', function()
186-
require('copilot_agent.todo').show_todo_float()
186+
render.open_todo_float()
187187
end, { buffer = bufnr, silent = true, desc = 'Show TODO float' })
188188

189189
vim.keymap.set('n', '[[', function()

0 commit comments

Comments
 (0)