Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim mode delete inclusive motion #20971

Open
1 task done
pdtxie opened this issue Nov 21, 2024 · 0 comments
Open
1 task done

vim mode delete inclusive motion #20971

pdtxie opened this issue Nov 21, 2024 · 0 comments
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue

Comments

@pdtxie
Copy link

pdtxie commented Nov 21, 2024

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

When deleting in front of the cursor, for example with d0, the 0 motion is exclusive, and hence will not delete the character the cursor is on. This can be fixed with the v modifier to make the deletion inclusive in vim, but is not currently supported in zed. Using dv0 will ignore the d action and just select with v0.

Environment

Zed: v0.162.3 (Zed)
OS: macOS 15.0.0
Memory: 16 GiB
Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

No response

@pdtxie pdtxie added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant