Replies: 2 comments 4 replies
-
|
Zed can be configured as a git commit editor via is there anything else missing for this to be the answer? |
Beta Was this translation helpful? Give feedback.
-
|
To add to this: I've found that, if I want to write a bullet list within a commit message, Zed insists on writing the full bullet list on a single line with each keypress. So this: Becomes this as soon as I write anything in line 2 (note that the spaces to the left of the dash also disappear): Changing the commit input to a Zed buffer would probably fix that too. It's specially noticeable because sometimes the AI assistant writes properly formatted bullet lists in the commit messages, but on trying to edit them, the formatting becomes completely broken. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
The commit message editor is a special text input area. This works fine, but I wish I could compose my git commit messages using a proper Zed buffer. That way I could use my vim bindings, get syntax highlighting, line wrapping, etc.
There are related discussions, like #26945 but I think using a buffer for commits is broader, though it covers the same problem areas.
Beta Was this translation helpful? Give feedback.
All reactions