Fastest possible way to review your code changes
If you have some simple TFS changes to sanity check, here's a quick way to review them:
tf diff /format:Unix | gvim -
This will load up the diffs in VIM where you can review them without ever touching the mouse.