As the title says, is it at all possible to add an option for users to move across the line by repeating f, F, t and T, instead of Vim's default , and ;?
I made a naive attempt to get this to work by simply installing both your plugin and clever-f.vim. However this does not appear to work, as clever-f kills all highlighting from quick-scope even if all of its highlighting options have been disabled (via provided g: options).
I'm not looking for the other features provided by clever-f, some of which overlap with what quick-scope offers, such as various highlighting schemes, nor others like being able to cross multiple lines.
But being able to use f (and such) to move to the next match on the same line would be perfect.
As the title says, is it at all possible to add an option for users to move across the line by repeating
f
,F
,t
andT
, instead of Vim's default,
and;
?I made a naive attempt to get this to work by simply installing both your plugin and clever-f.vim. However this does not appear to work, as clever-f kills all highlighting from quick-scope even if all of its highlighting options have been disabled (via provided
g:
options).I'm not looking for the other features provided by clever-f, some of which overlap with what quick-scope offers, such as various highlighting schemes, nor others like being able to cross multiple lines.
But being able to use
f
(and such) to move to the next match on the same line would be perfect.