thedz wrote:The changelog says "OSX: Implemented scrollToBeginningOfDocument: and scrollToEndOfDocument" -- does anyone have any tips on how to actually bind these?
These are the default Cocoa messages sent to an application when you press the home or end keys on OS X. Sublime Text 2 translates these messages into the scroll_to_bof and scroll_to_eof commands (defined in Packages/Default/scroll.py), which you can bind keys to explicitly if you wish.