VSpaceCode icon indicating copy to clipboard operation
VSpaceCode copied to clipboard

Comma/semicolon to forward/backward vim f selection

Open OmarAshkar opened this issue 3 years ago • 2 comments

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!

OmarAshkar avatar Dec 03 '22 14:12 OmarAshkar

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.

stevenguh avatar Dec 14 '22 03:12 stevenguh

Kept this open for now until we have a better configuration system or a better tracking issue.

stevenguh avatar Dec 22 '22 04:12 stevenguh