Weechat Display Buffers As Tree
The default look for the buffers in weechat and with buffers.pl is kind of horrible and I have been wanting to change it to a tree (like in hexchat for example) but it is not really easy to find in the docs.
So in order to have a tree of buffers that are sorted by names, you can just apply the following commands:
/script install autosort.py
/set irc.look.server_buffer independent
/set buffers.look.indenting on
/autosort
/save