Earlier quoted context omitted.
This exactly the same for me. Just out of muscle memory, my reptilian brain starts typing Reddit or Hacker News into the URL field in my browser when I'm not paying attention. If I start my day wandering down the hacker news/reddit rabbit hole, I never really get out. So when I wake up in the morning, literally before I do anything else on my computer, I turn on Self Control ( http://visitsteve.com/made/selfcontrol/…
We really are the same. I keep a journal in org-mode and in my .emacs I have cron-like periodic function that switches to my journal in the middle of the night so that it's the first thing I see when I unlock my computer in the morning. Something like: (run-at-time "23:59" 86400 (lambda () switch-to-buffer "journal.org")))
But that is so amazingly cool. I bet I could do that in vim as well.