I'm getting strange behavior when I go to edit my commit message. I think `read` is capturing key codes meant for movement. https://user-images.githubusercontent.com/4262486/172497034-c0aebfd0-a458-485e-852d-542263e3b9b1.mov Here is my environment as it relates to [line 306](https://github.com/tommarshall/git-good-commit/blob/178bfd879e28d213fdf48b6ed8a34b107d7d0af0/hook.sh#L306) of the script: ``` $ tty >/dev/null 2>&1 && echo true true $ echo $EDITOR /opt/homebrew/bin/nvim ```