Anyone of you who have been using Conkeror all know that Conkeror does not have
Reopen last Closed Tab function. How painful it is compare to the other
browsers! But we can do it by ourself by adding our own code into the
.conkerorrc file.
First, we have to create an Array to hold the closed tabs.
Next, rewrite the built-in close buffer function to make Conkeror save the
current tab URL before closing it. In the code below I save only maximum 10
closed buffers. If you want you can set it to more.
Rebind the key so that when press q, Conkeror call our new function instead
of its built-in one.
Implement another function to reopen the closed buffers
Finally, bind it to whatever key combination you want to reopen the last closed
buffer.