clever-f.vim icon indicating copy to clipboard operation
clever-f.vim copied to clipboard

More persistent repeating

Open maxfl opened this issue 11 years ago • 3 comments

When after using clever-f, say 'fj' and typing something in insert mode it is not possible to repeat the same search again. Without clever f I would do 'fjiTYPING<ESC>;.' to jump again and repeat typing again. But in case of clever-f ';' doesn't work anymore and 'f' itself asks for a character.

Is it possible to fix ';' and '.' keys while they are needed sometimes?

Thanks.

maxfl avatar Nov 14 '13 04:11 maxfl

@maxfl Thank you for your issue. Because I'm busy this weekend, it seems that considering about this would be in next week. I'm sorry for making you wait.

rhysd avatar Nov 14 '13 08:11 rhysd

do not feel sorry (: I'm very grateful for you for clever-f.

maxfl avatar Nov 14 '13 09:11 maxfl

I've tried to map repeat and reset keys:

nnoremap <Leader>fr <Plug>(clever-f-reset)
nnoremap ; <Plug>(clever-f-repeat-forward)

but it seams that they both have no effect. 'verbose map' shows that the mappings are correctly defined.

maxfl avatar Feb 24 '16 13:02 maxfl