jasonwilliams / vscode-helix

MIT License
178 stars 9 forks source link

Move left(use H) or right(use L) to highlight the same character #15

Closed linglingqi007 closed 9 months ago

linglingqi007 commented 9 months ago
image

Use the arrow keys, it's fine.

jasonwilliams commented 9 months ago

Can you give more detail or show a video please?

linglingqi007 commented 9 months ago

Can you give more detail or show a video please?

Kapture 2024-01-29 at 15 06 01

jasonwilliams commented 9 months ago

Ah I see thanks for pointing this out, this was initally in there to support Visual mode, but if you're not in visual mode it shouldn't be trying to highlight at all. This can be fixed to just call normal move left/right when in Normal mode.