It'd be nice if there was a way to open the $EDITOR (e.g. vim) in the terminal to create the change message like git does rather than typing it into stdin directly. This would make it a little easier to add longer change messages. Right now I'm typically just typing the first line of my change message or a dummy string like "asdf" and then opening the .md file in VS Code to write a more thorough message.
It'd be nice if there was a way to open the
$EDITOR(e.g.vim) in the terminal to create the change message likegitdoes rather than typing it into stdin directly. This would make it a little easier to add longer change messages. Right now I'm typically just typing the first line of my change message or a dummy string like "asdf" and then opening the .md file in VS Code to write a more thorough message.