We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When encountering a string with punctuation like : within a word, such as Hello::World
:
Hello::World
If the cursor is on the H, pressing the w key does not advance it to the W. Instead, it moves to the next line.
H
w
W
For example,
Hello::World ^ Test
Hello::World Test ^
Zed: v0.126.2 (Zed) OS: macOS 14.4.0 Memory: 32 GiB Architecture: aarch64
No response
~/Library/Logs/Zed/Zed.log
The text was updated successfully, but these errors were encountered:
Hmm, this is working for me...
@hnbnh do you have any custom keybindings, or are you editing a particular file type? (vim mode respects a given language's notion of word character).
Sorry, something went wrong.
Are you, by any chance, in Ruby? Because if so, I think the fix to this has been merged last week: #9170 So it should be in 0.127.x
@mrnugget Yes I was in Ruby, update to 0.127.3 fixed the issue, thank you!
This still happens with - in Markdown files, which is moderately disconcerting.
-
Seems like that was added by @bennetbo in #7514.
And yeah, in Vim - is not part of a "word" in markdown.
No branches or pull requests
Check for existing issues
Describe the bug / provide steps to reproduce it
When encountering a string with punctuation like
:
within a word, such asHello::World
If the cursor is on the
H
, pressing thew
key does not advance it to theW
. Instead, it moves to the next line.For example,
w
Environment
Zed: v0.126.2 (Zed)
OS: macOS 14.4.0
Memory: 32 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.No response
The text was updated successfully, but these errors were encountered: