One liner to open all git modified files in your editor. Substitute nvim with your-editor; statistically code.

git status -s | awk '{print $2}' | xargs nvim