-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
In vi, df and dF are inclusive (in that they delete the character the motion is targetting) and dt and dT are exclusive. Right now, in fish, all of these commands delete one character less than they do in vi.
To reproduce:
- enable fish_vi_key_bindings (
fish_vi_key_bindings) - write some text, attempt to use
df,dF,dt, ordTand observe how it differs from vi
- Reproduced with a fresh environment
- fish --version:
fish, version 3.0.2 - uname -a:
Linux josbox 4.20.15-1-MANJARO #1 SMP PREEMPT Sun Mar 10 08:50:44 UTC 2019 x86_64 GNU/Linux
natechan and farid-fari