clever-f.vim
clever-f.vim copied to clipboard
More persistent repeating
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 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.
do not feel sorry (: I'm very grateful for you for clever-f.
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.