-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CMD + Right is triggering something. AI Autocomplete? Not "end of line" in any case #19355
Comments
zed/assets/keymaps/default-macos.json Lines 153 to 160 in 2bcf9fc
If you don't want this you can unbind it by adding this in your keymap.json: [
{
"context": "Editor && mode == full && inline_completion",
"bindings": {
"cmd-right": null
}
}
] |
Thanks, but there are a few of other issues here
|
This is the thing with keybindings, there is no magical one size fits all solution which makes everyone happy -- and this is why we support custom keymaps. |
You're apparently right, but also I've never once seen that in VSCode until I just went looking for it. I couldn't even figure out how to trigger it without going to SO, lol. There's apparently multiple different types of inline completions. Anyway, there are a couple of key differences (2nd one is probably a bug):
The net result here is that in years I've never once noticed VSCode do anything to my navigation keys other than sometimes block them if a popup is open. With Zed, I'm constantly undoing stuff that it inserted/replaced/deleted. I hope that doesn't sound too harsh :) You guys have done some great work, this bit just needs some attention IMO. |
Check for existing issues
Describe the bug / provide steps to reproduce it
CMD+Right is sometimes triggering something that is not "end of line" (which is the only keybinding listed for it on your keybindings page). I think it's AI autocomplete, but I'm not quite sure.
If there's a way to figure out what's being executed, let me know.
Environment
Zed: v0.157.5 (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
zed-bug.mov
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: