<    ^    txt
Fri Sep  4 06:40:01 EDT 2015
Slept from around ten to six.
High of 84 today, with a chance of thunderstorms.
What an exciting morning! Major network outage at our provider, and one of our users somehow managed to get smacked with nasty ransomware.
Goals:
    Work:
    - Work on vlan tutorial
      A little. Got pretty busy dealing with network outage and ransomware.
    Home:
    - Wish Kate a happy birthday
      Done.
    - Read this: http://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_linklist.aspx
    - Work on typeset of Pope Iliad
    - Work on ideas for new D&D player stuff (handouts, cheatsheets, portraits, pregens, etc.)
Bookmark: HFC pdf p. 93
http://vim.wikia.com/wiki/Switching_case_of_characters
Title case in vim:
:s/\<\(\w\)\(\w*\)\>/\u\1\L\2/g
<    ^    txt