-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Labels
Description
Related problem
Currently the are 3 word move commands: MoveWordRight, Start, End
But only 2 big word move commands: MoveBigWordRightStart / End
So you can't have the full equivalence of caret movement when all the words are small
Describe the solution you'd like
Add a MoveBigWordRight
command that doesn't require a Start/End modification and behaves just like MoveWordRight
on small words
Describe alternatives you've considered
n/a
Additional context and details
not sure whether this is an existing reedline command not imported in nushell or a missing command in reedline itself