Comma/semicolon to forward/backward vim f selection
When using f key in normal mode to jump to character, I cannot use the comma or semicolon as in evil mode. It pops up new window
Solution
It would be great if such motion is available as I use it alot. And maybe that menu to be remapped to the leader.
Thanks for the awesome work!
if I understand correctly, this is due to https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/settings.jsonc#L16-L24 and https://github.com/VSpaceCode/VSpaceCode/blob/master/src/configuration/settings.jsonc#L32-L40.
Just remove them from your settings.json then you should be able to use , as you expect.
Kept this open for now until we have a better configuration system or a better tracking issue.