# Summary - Improve `f`, `F`, `t`, `T`. - 2nd `f` repeat previous `f{char}`. `F` for opposite direction. - Which means we no longer use `;` and `,`(we can use these key for different purpose:tada:) - Search across lines.(pure-Vim-f search within line) - Highlight current f-ing-char - User can determine consequence of `f`, `F` beforehand(reduce failure/retry rate). - Personally I want call this feature "Lazy-f". # Refs - [rhysd/clever-f](https://github.com/rhysd/clever-f.vim) - [deris/vim-shot-f](https://github.com/deris/vim-shot-f) - [unblevable/quick-scope](https://github.com/unblevable/quick-scope)
Summary
f,F,t,T.frepeat previousf{char}.Ffor opposite direction.;and,(we can use these key for different purpose:tada:)f,Fbeforehand(reduce failure/retry rate).Refs