demicolon.nvim is a plugin that lets you repeat more movements than just t/T/f/F with ; (repeat forward) and , (repeat backward):

demicolon.nvim now supports gitsigns.nvim and neotest. This means that you can use ;/, to repeat gitsign.nvim’s ]c/[c (jump to next/previous git hunk). Demicolon also sets up ]t/[t to jump to next/previous test and ]T/[T to jump to next/previous failing test with neotest, and lets you repeat those with ;/, as well. Here’s an overview over demicolon’s supported motion types:

Demicolon also lets you create your own custom repeatable motions.