jasonwilliams / vscode-helix

MIT License
178 stars 9 forks source link

move_next_word_start behaves different from Helix #16

Open JackWolfard opened 9 months ago

JackWolfard commented 9 months ago

Issue

When moving to next word with w, the behavior is different from what is expected. For example, the selection can span multiple lines when this is not the behavior in Helix. Please see video below.

video

Environment

jasonwilliams commented 9 months ago

Thanks for raising, out of interest, why does your helix skip lines entirely when mine doesn't?

helix

helix-term 23.10 (f6021dd0)

beeb commented 9 months ago

Mine behaves like @JackWolfard and I also have relative line numbers activated. Maybe post your config @jasonwilliams ?

EDIT: Ah I also have cursorline = true

[editor]
auto-format = true
bufferline = "multiple"
color-modes = true
cursorline = true
line-number = "relative"
rulers = [120]
true-color = true

[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"

[editor.indent-guides]
render = true

[editor.soft-wrap]
enable = true
petertheprocess commented 7 months ago

I can skip lines in hx, but cannot do that in this plugin. My vscode version:1.87.2 plugin version:0.6.2