Not having a properly working Terminal window was a serious drawback to productivity when switching to Mac OS X. Being someone that has worked for many years using *nix systems I could not resist that
Page up,
Page down,
home and
end were not working in the standard way. So, after doing
some googing, I find out how to bring the
default unix behaviour back:
Open the Terminal preferences (cmd+,) and in the keyboard tab make sure to associate the keys like this:
Key Escape Sequence
Left (modifier: option) \033b
Right (modifier: option) \033f
Home \033[1~
End \033[4~
Page Up \033[5~
Page Down \033[6~
Update (2011-12-24): I found that using iTerm 2 is a match better option than using the default Terminal App.