You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please correct me if I am wrong, but with the default word motion w: vim::NextWordStart, using dw would stop at " in the above example. So I am having the same expectation for dw with w: vim::NextSubwordStart.
Check for existing issues
Describe the bug / provide steps to reproduce it
Subword was implemented in vim: Add Subword Textobject #22387 (thanks!)
Use
"w": "vim::NextSubwordStart"
inkeymap.json
Inside the below text with
<char>
indicating the cursor:dw
and text becomes:Or when cursor at:
dw
and text becomes (delete beyond"
and two lines joined):In both cases, I expect the delete to stop at
"
Zed Version and System Specs
Zed: v0.171.0 (Zed Dev b472bd9)
OS: Windows 10.0.19044
Memory: 31.8 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 3060 || NVIDIA || 546.17
If applicable, add screenshots or screencasts of the incorrect state / behavior
No response
If applicable, attach your Zed.log file to this issue.
No response
The text was updated successfully, but these errors were encountered: