/set weechat.look.hotlist_sort number_asc
/server add freenode chat.freenode.net
/set irc.server.freenode.autojoin "##friendlyjava,#openknot"
+ /server add gitter irc.gitter.im/6667 -ssl -password=YOUR_TOKEN_HERE
+ /set weechat.bar.buflist.size_max 22
+ /set weechat.color.chat_nick_self brown
+ /set weechat.color.status_name brown
+ /ignore add gitter
+ /save
## Key bindings
F11 scroll nick list up
F12 scroll nick list down
Alt-= toggle filters on or off
+ Alt-l bare display (for long links)
http://www.weechat.org/files/doc/stable/weechat_quickstart.en.html#key_bindings
"Presumably, you're running weechat in a terminal... the links are hard-wrapped... (you won't be able to click the full url)... `[urlgrab.py]` has one obvious limitation: it doesn't work well if you’re running weechat on a remote host" -- http://blog.lnx.cx/2012/08/14/weechat/
+See the Alt-l tip above for bare display. For more on bare display, see https://www.weechat.org/files/doc/stable/weechat_user.en.html#bare_display
+
## Scripts
- hotlist2extern.pl: waiting for hotlist to change and then execute a user specified command or writes the hotlist to screen title - http://www.weechat.org/scripts/source/hotlist2extern.pl.html/