Missing feature or by design? #9504
-
The same keystrokes sequence kakoune.s.t.return.c.space.space.movhelix.s.t.return.c.space.space.movIt appears that Helix treats multiple contiguous tabs as a single one, which is not quite intuitive. |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
Feb 2, 2024
Replies: 1 comment
-
See #7272, #2298. We merge overlapping ranges and currently consider adjacent selection ranges to be overlapping, but we could leave them unmerged as Kakoune does |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wyw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #7272, #2298. We merge overlapping ranges and currently consider adjacent selection ranges to be overlapping, but we could leave them unmerged as Kakoune does