Add script that rewrites check-format-cpp.sh
to not use the parallel command.
Instead it uses the shell &
to start a check for each file in the background (and thus somehow parallel).
Performance might be worse, but it is only used for local checking before pushing.
Closes #445
Petrack::keyBindings()