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

Switch modes when appropriate #76

Open eyalk11 opened 1 year ago

eyalk11 commented 1 year ago

If a user pressed ta and then f , I expect it to get one char behind a and then to a. However, it keeps moving forward to the char before a.

I think it is better to switch modes when such it happen. I see no reason to keep using the old mode. It is also quite essential in my case.