I am using fish in emacs mode (non vi mode). And the selection is off by one.

The above screenshot shows me selecting two characters "he", but also erroneously includes the following "l" character.
Version: 3.1.2
OS: MacOS 11.2.1
Terminal: xterm-256color
I fixed (or caused?) this issue in #3684, but it looks like it regressed with #6329. The real issue appears to be that emacs and vi are handled the same which has led to a back and forth on whether selection should be inclusive or exclusive of the cursor character.
I am using fish in emacs mode (non vi mode). And the selection is off by one.
The above screenshot shows me selecting two characters "he", but also erroneously includes the following "l" character.
Version: 3.1.2
OS: MacOS 11.2.1
Terminal: xterm-256color
I fixed (or caused?) this issue in #3684, but it looks like it regressed with #6329. The real issue appears to be that emacs and vi are handled the same which has led to a back and forth on whether selection should be inclusive or exclusive of the cursor character.