This one’s gonna be a short one, and is mostly for my own notes. :) I like to use the Commit app as a visual editor when committing changes to a git repo; it’s a simple dialog that gives some niceties over using the CLI, like spell check, a visual indication of line length, graying out comments, etc. It’s nice! Here are the instructions provided by Commit to edit your git config: git config --global core.editor "flatpak run re.sonny.Commit" Since I’m often in a toolbx container when d...