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

Navigate only certain characters? #33

Open for-coursera opened 7 years ago

for-coursera commented 7 years ago

Is it possible to add an option to make clever-f to navigate only certain characters? Like, the beginning and end of words or camelCased words, and the non-alpha characters?

rhysd commented 7 years ago

clever-f.vim is an enhancement of standard f, F, t and T. So there is no way to match arbitrary characters. Ignoring cases (e.g. match both a and A) or any signs (e.g. match !, @,#, ...) options are provided, tho.

for-coursera commented 7 years ago

It's not matching arbitrary but more like ignoring most of those :). Like this plugin: https://github.com/svermeulen/vim-NotableFt (they don't work together, unfortunately).