Fixed:
- #13 Renamed the 'mark_whole_line' setting and replaced it with 'marking_mode'.
- #14 Added all of the commands to the command palette under the 'Better Bookmarks' prefix.
I rewrote some of the internals so BetterBookmarks works more closely with the actual Sublime Regions. The "hashing"/"unhashing" over and over caused for hard to read (and maintain) code. Now, the marks are only "hashed" when saving them to file and "unhashed" when loaded.