Version: fish, version 4.5.0
OS: Arch Linux
No plugins, just normal config stuff
When in normal vi mode, dl and dh behave not like vi, which is a recent regression. My guess would be #12269 .
dl: Should delete the current char under the curser. Currently deletes the char under curser + the next char. In vi that would be d2l.
dh: Should delete the char left from the curser. Currently deletes the char beneath the curser + the char to the left. d2h should delete the two chars left of the cursor, never beneath the cursor.
There were also some other d related issues, but those seem to have already been fixed with 4.5 :)
Best regards and thanks for your work on fish!
Version:
fish, version 4.5.0OS: Arch Linux
No plugins, just normal config stuff
When in normal
vimode,dlanddhbehave not like vi, which is a recent regression. My guess would be #12269 .dl: Should delete the current char under the curser. Currently deletes the char under curser + the next char. Invithat would bed2l.dh: Should delete the char left from the curser. Currently deletes the char beneath the curser + the char to the left.d2hshould delete the two chars left of the cursor, never beneath the cursor.There were also some other
drelated issues, but those seem to have already been fixed with 4.5 :)Best regards and thanks for your work on fish!