fdt -> fT

This commit is contained in:
Christoph J. Scherr 2025-06-05 23:12:20 +02:00
parent 7758f2115f
commit 202e49f4c5
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB

View file

@ -334,7 +334,7 @@ return {
keys = {
{ ']t', function() require('todo-comments').jump_next() end, desc = 'Next todo comment' },
{ '[t', function() require('todo-comments').jump_prev() end, desc = 'Previous todo comment' },
{ '<LocalLeader>fdt', '<cmd>TodoTelescope<CR>', desc = 'todo' },
{ '<LocalLeader>fT', '<cmd>TodoTelescope<CR>', desc = 'todo' },
},
opts = {
signs = true,