Just a quickie today. You can enable mouse support through the terminal (and putty) by setting the "mouse" command in Vim.
:set mouse=a
This allows for visual selection and scrolling with your local mouse, even if editing over the network.
Now... back to work.