You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subword movement is extremely useful and it's a shame that it isn't mapped to anything. The PR that added it got over 50 positive reactions so it's clear people want it.
Currently, H and L are both not mapped to anything making them perfect candidates for mapping to subword movement.
h moves one char left, and H moves to previous subword
l moves one char right, and L moves to the next subword
It's a problem that these commands are not mapped to anything because it hurts discoverability and Helix is an editor that comes with things ready-to-go, so in my opinion it should be mapped by default.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Subword movement is extremely useful and it's a shame that it isn't mapped to anything. The PR that added it got over 50 positive reactions so it's clear people want it.
Currently,
H
andL
are both not mapped to anything making them perfect candidates for mapping to subword movement.h
moves one char left, andH
moves to previous subwordl
moves one char right, andL
moves to the next subwordIt's a problem that these commands are not mapped to anything because it hurts discoverability and Helix is an editor that comes with things ready-to-go, so in my opinion it should be mapped by default.
here's the PR that adds it: #12028
Beta Was this translation helpful? Give feedback.
All reactions