Cursor getting stuck in terminal

Thanks!

This resolved my issue for now (MacOS):

:soap: Optional: Comment block

You can include this for clarity in .zshrc:

if [[ "$TERM_PROGRAM" == "vscode" || "$TERM_PROGRAM" == "cursor" ]]; then
  return
fi

From:

4 Likes