Open xaviervalarino opened 2 years ago
I'm getting strange behavior when I go to edit my commit message. I think read is capturing key codes meant for movement.
read
https://user-images.githubusercontent.com/4262486/172497034-c0aebfd0-a458-485e-852d-542263e3b9b1.mov
Here is my environment as it relates to line 306 of the script:
$ tty >/dev/null 2>&1 && echo true true $ echo $EDITOR /opt/homebrew/bin/nvim
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 of the script: