Open
Description
In the level "Your first git commit" doing
git add glass
git commit
spawns my terminal vim but no terminal to actually edit the commit message. In that state I can edit glass
but not perform any git commands (input field won't let me type). Therefore I cannot progress through the level.
Running on NixOS (using this PR). $EDITOR
and $GIT_EDITOR
are set to vim
. Also /etc/gitconfig
includes:
[core]
editor = vim