A collection of shorter thoughts, quick updates, and things I’ve learned that don’t warrant a full blog post.
Using your IDE as the Git commit message editor
Git has a GIT_EDITOR variable that can be overridden in specific contexts to change the editor used by Git for rebase/commit etc. I’ve configured Zed to use itself as my commit editor from the integrated terminal, which makes for a nicer experience in the IDE than having to use the terminal text editor.
