rhysd / clever-f.vim

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

Using f for next search #45

Closed kuator closed 5 years ago

kuator commented 5 years ago

Hi, thanks for a great plugin. I have a question. Is there a way to exit f-repeating mode? Now, to make another search instead of repeating, I'm pressing some random key. Is it possible to make some mapping like map <esc> call f-repeating-mode-exit(). Thanks in advance

rhysd commented 5 years ago

If you want to reset the searching character without moving cursor, map <Plug>(clever-f-reset) to your favorite key.

from README

kuator commented 5 years ago

@rhysd thanks