Without vimperator, firefox needs some tweaks to make it more keyboard usable for me. Why would I not use vimperator? 1) making a site that others might use, and 2) I've not hacked OneBunny support into vimperator.
First off, I need a bookmark to view-source in the current tab ( with some hackery, this might become a OneBunny shortcut).
javascript:window.location='view-source:' + window.location.href
Next, some about:config changes:
keyword.URL = "http://shortcuts.haller.ws/?" browser.backspace_action = 0 browser.tabs.tabMinWidth = 0
Too bad that firefox doesn't let us hide the tab line.