wezterm
wezterm copied to clipboard
Support MoveForwardEndWord
Is your feature request related to a problem? Please describe.
I often use e
instead of w
in vim to move forward to the end(instead of beginning) of a word.
I would like to use that in Wezterm but it seems like only MoveForwardWord
is supported
Describe the solution you'd like
Introduce MoveForwardEndWord
, which is similar to MoveForwardWord
but put the cursor at the end instead of the begining of a word.
Describe alternatives you've considered
Binding e
to run MoveForwardWord
twice, then back by 1 space. This does not work for a lot of cases.
Additional context N/A