rhysd / clever-f.vim

Extended f, F, t and T key mappings for Vim.
https://rhysd.github.io/clever-f.vim
1.02k stars 45 forks source link

More persistent repeating #6

Open maxfl opened 10 years ago

maxfl commented 10 years ago

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;.' 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.

rhysd commented 10 years ago

@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.

maxfl commented 10 years ago

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

maxfl commented 8 years ago

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.