summaryrefslogtreecommitdiff
path: root/irssi
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-14 00:11:13 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-14 00:11:13 +0200
commitb2117af29f55cb62319c730ed0fa024645356262 (patch)
tree6d71e47b3f27cdb7ebdaf6c5e3bea319a0504b53 /irssi
parent1ba1e5d85402d5a74bcf6016f8b7e82302888b57 (diff)
downloaddotfiles-b2117af29f55cb62319c730ed0fa024645356262.tar.xz
irssi: use C-p/n for history not buffer scrolling
Diffstat (limited to 'irssi')
-rw-r--r--irssi/config26
1 files changed, 19 insertions, 7 deletions
diff --git a/irssi/config b/irssi/config
index 06bc3fa..75b19c2 100644
--- a/irssi/config
+++ b/irssi/config
@@ -1,5 +1,5 @@
###
-# irssi configuration file, using irssi proxy 0.8.15
+# irssi configuration file, using irssi 0.8.15
# * Adrian C. <anrxc..sysphere.org>
#
####################################################
@@ -27,6 +27,7 @@ channels = (
{ name = "#archlinux"; chatnet = "fnode"; autojoin = "yes"; },
{ name = "#tor"; chatnet = "oftc"; autojoin = "yes"; },
{ name = "##security"; chatnet = "fnode"; autojoin = "yes"; },
+ { name = "##crypto"; chatnet = "fnode"; autojoin = "yes"; },
{ name = "#linode"; chatnet = "oftc"; autojoin = "no"; },
);
@@ -64,8 +65,8 @@ aliases = {
keyboard = (
{ key = "^F"; id = "forward_character"; data = ""; },
{ key = "^B"; id = "backward_character"; data = ""; },
- { key = "^P"; id = "scroll_backward"; data = ""; },
- { key = "^N"; id = "scroll_forward"; data = ""; }
+ { key = "^P"; id = "backward_history"; data = ""; },
+ { key = "^N"; id = "forward_history"; data = ""; }
);
completions = {
@@ -237,8 +238,9 @@ hilights = (
logs = { };
ignores = (
- { level = "JOINS PARTS QUITS";
- channels = ( "#archlinux", "##security", "#tor" );
+ {
+ level = "JOINS PARTS QUITS";
+ channels = ( "#archlinux", "##security", "##crypto", "#tor" );
}
);
@@ -300,10 +302,20 @@ windows = {
}
);
};
- 7 = { name = "hilight"; sticky = "yes"; };
+ 7 = {
+ items = (
+ {
+ type = "CHANNEL";
+ chat_type = "IRC";
+ name = "##crypto";
+ tag = "fnode";
+ }
+ );
+ };
+ 8 = { name = "hilight"; sticky = "yes"; };
};
mainwindows = {
2 = { first_line = "7"; lines = "22"; };
- 7 = { first_line = "1"; lines = "5"; };
+ 8 = { first_line = "1"; lines = "5"; };
};