Accepting suggestions with Enter is a bad default #36655
mk12
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Fortunately someone figured out how to disable it here #15845 (reply in thread)
But I really think the default should be changed. Accepting an editor suggestion (the normal kind, I'm not using any AI features) on Tab makes sense because you very rarely want to insert a tab/indentation in the middle of typing a word. But you frequently want to hit Enter in the middle of the word ... that's how you end every line.
With the Zed defaults, I cannot type this in a bash script my eyes closed:
If so I'd open my eyes to find it auto accept the "doom" completion.
Even if it was improved to include the "do" keyword as a completion, there will always be false positives. It would be better to remove the default Enter binding.
Beta Was this translation helpful? Give feedback.
All reactions