Planet PLUG

Planet PLUG is an aggregation of blogs written by members of the PLUG community. The opinions expressed are those of the original authors. Discussion of subject matter should be conducted on the author's blog, and not on the PLUG mailing list.


May 14, 2013

JonathanD

Lots o' irssi windows

I use irssi for irc, and I have a lot of channels and windows.
As a result, the whole alt+number thing is not quite enough for me.
So...
/script exec foreach my $i (1 .. 2000) { Irssi::command("/alias $i win $i"); }
Running this in irssi adds a bunch of aliases. What they do is make /1 do a /win 1, /2 a /win 2, and so on, all the way to 2000. You can set this number higher or lower as needed, but it makes it a lot easier to navigate around irssi with lots of windows.

by jsimpson at May 14, 2013 08:16 AM